colla 0.2.0

Operational Transformation library for nested documents with text and rich-text
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"
rust-version = "1.81"
name = "colla"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Operational Transformation library for nested documents with text and rich-text"
readme = "README.md"
license = "MIT"
repository = "https://github.com/link-duan/colla"

[features]
default = []
json = []

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

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

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

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

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

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

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

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

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

[[bench]]
name = "ot_bench"
path = "benches/ot_bench.rs"
harness = false

[dependencies.thiserror]
version = "2"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.proptest]
version = "1"