loro/crates/kv-store/Cargo.toml
Leon Zhao f7bd2aefff
feat: do not compress if larger after compressing (#455)
* feat: do not compress if larger after compressing

* test: add related tests and ensure coverage

---------

Co-authored-by: Zixuan Chen <remch183@outlook.com>
2024-09-11 18:13:41 +08:00

17 lines
384 B
TOML

[package]
name = "loro-kv-store"
version = "0.16.2"
edition = "2021"
[dependencies]
loro-common = { path = "../loro-common", version = "0.16.2" }
bytes = { workspace = true }
fxhash = { workspace = true }
once_cell = { workspace = true }
lz4_flex = { version = "0.11" }
quick_cache = "0.6.2"
xxhash-rust = { workspace = true }
ensure-cov = "0.1.0"
[dev-dependencies]
rand = "0.8.5"