vil_db_semantic 0.1.2

VIL DB Semantic Layer — Provider-neutral, compile-time IR, runtime zero-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"
name = "vil_db_semantic"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "VIL DB Semantic Layer — Provider-neutral, compile-time IR, runtime zero-cost"
homepage = "https://vastar.id/products/vil"
documentation = "https://vastar.id/docs/vil"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/OceanOS-id/VIL"

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

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

[dependencies.async-trait]
version = "0.1"

[dependencies.dashmap]
version = "5.5"

[dependencies.rmp-serde]
version = "1.3"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tracing]
version = "0.1"

[dependencies.vil_log]
version = "0.1.0"

[dependencies.vil_server_db]
version = "0.1.0"

[dev-dependencies.tokio]
version = "1"
features = ["full"]