loro 1.4.6

Loro is a high-performance CRDTs framework. Make your app collaborative efforlessly.
Documentation
[dependencies.delta]
package = "loro-delta"
version = "1.3.1"

[dependencies.enum-as-inner]
version = "0.6.0"

[dependencies.fxhash]
version = "0.2.1"

[dependencies.generic-btree]
version = "^0.10.5"

[dependencies.loro-common]
features = ["serde_json"]
version = "1.4.6"

[dependencies.loro-internal]
version = "1.4.6"

[dependencies.loro-kv-store]
version = "1.4.6"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.anyhow]
version = "1.0.83"

[dev-dependencies.ctor]
version = "0.2"

[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"]

[lib]
name = "loro"
path = "src/lib.rs"

[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.4.6"

[[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 = "readme"
path = "tests/readme.rs"