mq-db 0.1.13

Markdown-specialized embedded database with interval-indexed block storage and hierarchical query support
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "mq-db"
version = "0.1.13"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Markdown-specialized embedded database with interval-indexed block storage and hierarchical query support"
readme = "README.md"
keywords = [
    "markdown",
    "jq",
    "query",
    "database",
]
categories = [
    "command-line-utilities",
    "text-processing",
    "database-implementations",
]
license = "MIT"
repository = "https://github.com/harehare/mq-db"

[features]
default = [
    "std",
    "use_mimalloc",
]
std = []
use_mimalloc = ["dep:mimalloc"]

[lib]
name = "mq_db"
path = "src/lib.rs"

[[bin]]
name = "mq-db"
path = "src/bin/mq-db.rs"

[dependencies.anyhow]
version = "1"

[dependencies.axum]
version = "0.8"

[dependencies.axum-server]
version = "0.8"
features = ["tls-rustls"]

[dependencies.base64]
version = "0.22"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
]

[dependencies.crossterm]
version = "0.28"

[dependencies.mimalloc]
version = "0.1.48"
optional = true

[dependencies.mq-lang]
version = "0.8.3"

[dependencies.mq-markdown]
version = "0.8.3"

[dependencies.ratatui]
version = "0.30"

[dependencies.rustc-hash]
version = "2"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.sqlparser]
version = "0.62"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "net",
]

[dev-dependencies.rstest]
version = "0.23"

[dev-dependencies.rusqlite]
version = "0.32"
features = [
    "bundled",
    "functions",
]

[dev-dependencies.tempfile]
version = "3"

[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1
panic = "abort"
strip = true