[dependencies.delta]
package = "loro-delta"
version = "1.6.0"
[dependencies.enum-as-inner]
version = "0.6.0"
[dependencies.generic-btree]
version = "^0.10.5"
[dependencies.loro-common]
features = ["serde_json"]
version = "1.8.0"
[dependencies.loro-internal]
version = "1.8.0"
[dependencies.loro-kv-store]
version = "1.8.0"
[dependencies.rustc-hash]
version = "2.1.1"
[dependencies.tracing]
version = "0.1"
[dev-dependencies.anyhow]
version = "1.0.83"
[dev-dependencies.base64]
version = "0.22.1"
[dev-dependencies.ctor]
version = "0.2"
[dev-dependencies.loom]
version = "0.7"
[dev-dependencies.pretty_assertions]
version = "1.4.0"
[dev-dependencies.rand]
version = "0.8.5"
[dev-dependencies.serde_json]
version = "1.0.87"
[features]
counter = ["loro-internal/counter"]
jsonpath = ["loro-internal/jsonpath"]
logging = ["loro-internal/logging"]
[lib]
name = "loro"
path = "src/lib.rs"
[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(loom)"]
level = "warn"
priority = 0
[package]
authors = ["Zixuan Chen", "Liang Zhao"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = []
description = "Loro is a high-performance CRDTs framework. Make your app collaborative efforlessly."
documentation = "https://docs.rs/loro/"
edition = "2021"
homepage = "https://loro.dev"
keywords = ["crdt", "local-first"]
license = "MIT"
name = "loro"
readme = "README.md"
repository = "https://github.com/loro-dev/loro/"
version = "1.8.0"
[[test]]
name = "change_store_test"
path = "tests/change_store_test.rs"
[[test]]
name = "commit_message_test"
path = "tests/commit_message_test.rs"
[[test]]
name = "issue"
path = "tests/issue.rs"
[[test]]
name = "loro_rust_test"
path = "tests/loro_rust_test.rs"
[[test]]
name = "mov"
path = "tests/mov.rs"
[[test]]
name = "multi_thread_test"
path = "tests/multi_thread_test.rs"
[[test]]
name = "readme"
path = "tests/readme.rs"