loro/crates/examples/Cargo.toml
Zixuan Chen 68ffd31ba0
Feat when exporting gc snapshot with short history, don't encode the latest state (#445)
* feat: export gc snapshot without latest state when ops len is small

* test: add a test for time tracker usage

* chore: add gc snapshot bench

* chore: simplify

* test: record timestamp for time tracker
2024-09-04 21:00:17 +08:00

32 lines
678 B
TOML

[package]
name = "examples"
version = "0.1.0"
edition = "2021"
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bench-utils = { path = "../bench-utils" }
dev-utils = { path = "../dev-utils" }
loro = { path = "../loro", features = ["counter"] }
tabled = "0.15.0"
arbitrary = { version = "1.3.0", features = ["derive"] }
serde_json = { workspace = true }
tracing = "0.1.40"
criterion = "0.4.0"
rand = "0.8.5"
zstd = "0.13.2"
[dev-dependencies]
flate2 = "1.0"
color-backtrace = { version = "0.6" }
ctor = "0.2"
[[bench]]
name = "list"
harness = false
[[bench]]
name = "bench_text"
harness = false