yrs 0.26.0

High performance implementation of the Yjs CRDT
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 = "2018"
name = "yrs"
version = "0.26.0"
authors = [
    "Kevin Jahns <kevin.jahns@pm.me>",
    "Bartosz Sypytkowski <b.sypytkowski@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High performance implementation of the Yjs CRDT"
homepage = "https://github.com/y-crdt/y-crdt/"
readme = "README.md"
keywords = [
    "crdt",
    "yrs",
]
license = "MIT"
repository = "https://github.com/y-crdt/y-crdt/"

[features]
default = []
small-client = []
sync = []
weak = []

[lib]
name = "yrs"
path = "src/lib.rs"
doctest = true
bench = true
doc = true

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

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

[[bench]]
name = "serialization"
path = "benches/serialization.rs"

[dependencies.arc-swap]
version = "1.7"

[dependencies.async-lock]
version = "3.4"

[dependencies.async-trait]
version = "0.1"

[dependencies.dashmap]
version = "6.0"

[dependencies.fastrand]
version = "2"
features = ["js"]

[dependencies.serde]
version = "1.0"
features = [
    "derive",
    "rc",
]

[dependencies.serde_json]
version = "1.0"

[dependencies.smallstr]
version = "0.3"
features = ["union"]

[dependencies.smallvec]
version = "1.13"
features = [
    "union",
    "const_generics",
    "const_new",
]

[dependencies.thiserror]
version = "2"

[dev-dependencies.assert_matches2]
version = "0.1"

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

[dev-dependencies.flate2]
version = "1"
features = ["zlib-ng-compat"]
default-features = false

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

[dev-dependencies.proptest-derive]
version = "0.4.0"

[dev-dependencies.rand]
version = "0.8.5"

[dev-dependencies.ropey]
version = "1.6.0"

[dev-dependencies.uuid]
version = "1.16.0"