loro/crates/loro-core/Cargo.toml
2022-07-25 13:00:22 +08:00

22 lines
479 B
TOML

[package]
name = "loro-core"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
string_cache = "0.8.3"
rle = {path = "../rle"}
smallvec = "1.8.0"
smartstring = "1.0.1"
fxhash = "0.2.1"
ring = "0.16.20"
moveit = "0.5.0"
pin-project = "1.0.10"
serde = {version = "1.0.140", features = ["derive"]}
thiserror = "1.0.31"
[dev-dependencies]
proptest = "1.0.0"
proptest-derive = "0.3.0"