loro 1.12.0

Loro is a high-performance CRDTs framework. Make your app collaborative efforlessly.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "loro"
version = "1.12.0"
authors = [
    "Zixuan Chen",
    "Liang Zhao",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Loro is a high-performance CRDTs framework. Make your app collaborative efforlessly."
homepage = "https://loro.dev"
documentation = "https://docs.rs/loro/"
readme = "README.md"
keywords = [
    "crdt",
    "local-first",
]
categories = []
license = "MIT"
repository = "https://github.com/loro-dev/loro/"

[features]
counter = ["loro-internal/counter"]
default = ["counter"]
jsonpath = ["loro-internal/jsonpath"]
logging = ["loro-internal/logging"]

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

[[example]]
name = "moon_golden_gen"
path = "examples/moon_golden_gen.rs"

[[example]]
name = "moon_jsonschema_fuzz"
path = "examples/moon_jsonschema_fuzz.rs"

[[example]]
name = "moon_snapshot_fuzz"
path = "examples/moon_snapshot_fuzz.rs"

[[test]]
name = "change_store_test"
path = "tests/change_store_test.rs"

[[test]]
name = "commit_message_test"
path = "tests/commit_message_test.rs"

[[test]]
name = "contracts"
path = "tests/contracts.rs"

[[test]]
name = "issue"
path = "tests/issue.rs"

[[test]]
name = "loro_rust_test"
path = "tests/loro_rust_test.rs"

[[test]]
name = "moon_transcode"
path = "tests/moon_transcode.rs"

[[test]]
name = "mov"
path = "tests/mov.rs"

[[test]]
name = "multi_thread_test"
path = "tests/multi_thread_test.rs"

[[test]]
name = "panic_test"
path = "tests/panic_test.rs"

[[test]]
name = "perf_import_quadratic"
path = "tests/perf_import_quadratic.rs"

[[test]]
name = "readme"
path = "tests/readme.rs"

[[test]]
name = "text"
path = "tests/text.rs"

[dependencies.delta]
version = "1.9.1"
package = "loro-delta"

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

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

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

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

[dependencies.loro-kv-store]
version = "1.12.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 = ["float_roundtrip"]

[dev-dependencies.serial_test]
version = "3"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(loom)"]