chio-data-guards 0.1.0

Data layer guards for the Chio runtime kernel (SQL, vector DB, warehouse cost).
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 = "2021"
rust-version = "1.93"
name = "chio-data-guards"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Data layer guards for the Chio runtime kernel (SQL, vector DB, warehouse cost)."
readme = false
license = "Apache-2.0"
repository = "https://github.com/backbay/chio"

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

[[test]]
name = "result_guard"
path = "tests/result_guard.rs"

[[test]]
name = "sql_guard"
path = "tests/sql_guard.rs"

[[test]]
name = "vector_guard"
path = "tests/vector_guard.rs"

[[test]]
name = "warehouse_cost_guard"
path = "tests/warehouse_cost_guard.rs"

[dependencies.chio-core]
version = "0.1.0"

[dependencies.chio-guards]
version = "0.1.0"

[dependencies.chio-kernel]
version = "0.1.0"

[dependencies.chio-metering]
version = "0.1.0"

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.sqlparser]
version = "0.61"

[dependencies.thiserror]
version = "1"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.serde_json]
version = "1"

[lints.clippy]
expect_used = "deny"
unwrap_used = "deny"