[package]
edition = "2024"
name = "wedb_embed"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Embedded Kvrocks-compatible storage engine for WeDb"
homepage = "https://webc.site"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/webc-site/wedb"
[lib]
name = "wedb_embed"
path = "src/lib.rs"
[[test]]
name = "bitmap"
path = "tests/bitmap.rs"
[[test]]
name = "bloom"
path = "tests/bloom.rs"
[[test]]
name = "geo"
path = "tests/geo.rs"
[[test]]
name = "hash"
path = "tests/hash.rs"
[[test]]
name = "hll"
path = "tests/hll.rs"
[[test]]
name = "json"
path = "tests/json.rs"
[[test]]
name = "list"
path = "tests/list.rs"
[[test]]
name = "namespace"
path = "tests/namespace.rs"
[[test]]
name = "search"
path = "tests/search.rs"
[[test]]
name = "set"
path = "tests/set.rs"
[[test]]
name = "sortedint"
path = "tests/sortedint.rs"
[[test]]
name = "stream"
path = "tests/stream.rs"
[[test]]
name = "string"
path = "tests/string.rs"
[[test]]
name = "tdigest"
path = "tests/tdigest.rs"
[[test]]
name = "timeseries"
path = "tests/timeseries.rs"
[[test]]
name = "zset"
path = "tests/zset.rs"
[dependencies.coarsetime]
version = "0.1.37"
[dependencies.fastrand]
version = "2.5.0"
[dependencies.fjall]
version = "3.1.9"
[dependencies.geohash]
version = "0.13.2"
[dependencies.hipstr]
version = "0.8.0"
features = ["serde"]
[dependencies.itoa]
version = "1.0.18"
[dependencies.jiff]
version = "0.2.35"
[dependencies.memchr]
version = "2.8.3"
[dependencies.rapidhash]
version = "4.5.1"
[dependencies.ryu]
version = "1.0.23"
[dependencies.serde]
version = "1.0.229"
features = ["derive"]
[dependencies.sonic-rs]
version = "0.5.8"
[dependencies.thiserror]
version = "2.0.20"
[dependencies.ts_]
version = "0.1.4"
features = ["sec"]
[dependencies.wedb_proto]
version = "0.1.0"
[dev-dependencies.aok]
version = "0.1.18"
[dev-dependencies.ctor]
version = "1.0.13"
[dev-dependencies.log]
version = "0.4.34"
[dev-dependencies.log_init]
version = "0.1.39"
[dev-dependencies.tempfile]
version = "3.27.0"