cynos-query 0.1.0

Query engine for Cynos in-memory database
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 = "cynos-query"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Query engine for Cynos in-memory database"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/Saviio/cynos"

[features]
debug-log = ["web-sys"]
default = []

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

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

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

[[bench]]
name = "query_bench"
path = "benches/query_bench.rs"
harness = false

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

[dependencies.cynos-index]
version = "0.1.0"

[dependencies.cynos-jsonb]
version = "0.1.0"

[dependencies.cynos-storage]
version = "0.1.0"

[dependencies.hashbrown]
version = "0.14"
features = [
    "alloc",
    "ahash",
]
default-features = false

[dependencies.libm]
version = "0.2"

[dependencies.web-sys]
version = "0.3"
features = ["console"]
optional = true

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.proptest]
version = "1.4"