[[bench]]
harness = false
name = "sql_performance"
path = "benches/sql_performance.rs"
[[bin]]
name = "yamlbase"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.bytes]
version = "1.8"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.clap]
features = ["derive", "env"]
version = "4.5"
[dependencies.config]
version = "0.14"
[dependencies.dashmap]
version = "6.1"
[dependencies.flate2]
features = ["zlib"]
version = "1.0"
[dependencies.futures]
version = "0.3"
[dependencies.hex]
version = "0.4"
[dependencies.indexmap]
features = ["serde"]
version = "2.6"
[dependencies.md5]
version = "0.7"
[dependencies.notify]
version = "6.1"
[dependencies.notify-debouncer-mini]
version = "0.4"
[dependencies.once_cell]
version = "1.20"
[dependencies.postgres-protocol]
version = "0.6"
[dependencies.postgres-types]
version = "0.2"
[dependencies.rand]
version = "0.8"
[dependencies.regex]
version = "1.11"
[dependencies.rust_decimal]
version = "1.36"
[dependencies.rust_decimal_macros]
version = "1.36"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.serde_yaml]
version = "0.9"
[dependencies.sha1]
version = "0.10"
[dependencies.sha2]
version = "0.10"
[dependencies.sqlparser]
version = "0.52"
[dependencies.thiserror]
version = "1.0"
[dependencies.tokio]
features = ["full"]
version = "1.41"
[dependencies.tokio-util]
features = ["codec"]
version = "0.7"
[dependencies.tracing]
version = "0.1"
[dependencies.tracing-subscriber]
features = ["env-filter", "fmt"]
version = "0.3"
[dependencies.uuid]
features = ["v4", "serde"]
version = "1.11"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5"
[dev-dependencies.mysql]
version = "25.0"
[dev-dependencies.postgres]
features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"]
version = "0.19"
[dev-dependencies.pretty_assertions]
version = "1.4"
[dev-dependencies.tempfile]
version = "3.14"
[dev-dependencies.tokio-postgres]
features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"]
version = "0.7"
[dev-dependencies.tokio-test]
version = "0.4"
[features]
default = []
test-utils = []
[lib]
name = "yamlbase"
path = "src/lib.rs"
[package]
authors = ["Ruben J. Jongejan <ruben.jongejan@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["database", "development-tools::testing"]
description = "A lightweight SQL server that serves YAML-defined tables over standard SQL protocols"
documentation = "https://docs.rs/yamlbase"
edition = "2024"
exclude = ["/.github", "/assets", "/tests", "*.sh", "/coverage", "/.gitignore"]
homepage = "https://github.com/rvben/yamlbase"
keywords = ["sql", "yaml", "database", "testing", "development"]
license = "MIT OR Apache-2.0"
name = "yamlbase"
readme = "README.md"
repository = "https://github.com/rvben/yamlbase"
rust-version = "1.88"
version = "0.2.2"
[profile.dev]
opt-level = 0
[profile.release]
codegen-units = 1
lto = true
opt-level = 3
[profile.test]
opt-level = 0