yrs 0.18.8

High performance implementation of the Yjs CRDT
Documentation
[[bench]]
harness = false
name = "benches"
[dependencies.arc-swap]
version = "1.7"

[dependencies.atomic_refcell]
version = "0.1"

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

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

[dependencies.serde_json]
version = "1.0"

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

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

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

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

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

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

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

[features]
weak = []

[lib]
bench = true
doc = true
doctest = true

[package]
authors = ["Kevin Jahns <kevin.jahns@pm.me>", "Bartosz Sypytkowski <b.sypytkowski@gmail.com>"]
description = "High performance implementation of the Yjs CRDT"
edition = "2018"
homepage = "https://github.com/y-crdt/y-crdt/"
keywords = ["crdt", "yrs"]
license = "MIT"
name = "yrs"
readme = "./README.md"
repository = "https://github.com/y-crdt/y-crdt/"
version = "0.18.8"