# 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 = "y-octo" version = "0.0.1" authors = [ "DarkSky ", "forehalo ", "x1a0t <405028157@qq.com>", "Brooklyn ", ] include = [ "src/**/*", "benches/**/*", "bin/**/*", "LICENSE", "README.md", ] description = "High-performance and thread-safe CRDT implementation compatible with Yjs" homepage = "https://github.com/toeverything/y-octo" readme = "README.md" keywords = [ "collaboration", "crdt", "crdts", "yjs", "yata", ] license = "MIT" repository = "https://github.com/toeverything/y-octo" [lib] bench = true [[bin]] name = "memory_leak_test" path = "bin/memory_leak_test.rs" [[bench]] name = "array_ops_benchmarks" harness = false [[bench]] name = "codec_benchmarks" harness = false [[bench]] name = "map_ops_benchmarks" harness = false [[bench]] name = "text_ops_benchmarks" harness = false [[bench]] name = "update_benchmarks" harness = false [dependencies.bitvec] version = "1.0" [dependencies.byteorder] version = "1.4" [dependencies.log] version = "0.4" [dependencies.nanoid] version = "0.4" [dependencies.nom] version = "7.1" [dependencies.ordered-float] version = "3.8" [dependencies.rand] version = "0.8" [dependencies.rand_chacha] version = "0.3" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dev-dependencies.assert-json-diff] version = "2.0" [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.lib0] version = "0.16" features = ["lib0-serde"] [dev-dependencies.ordered-float] version = "3.8" features = ["proptest"] [dev-dependencies.path-ext] version = "0.1" [dev-dependencies.proptest] version = "1.1" [dev-dependencies.proptest-derive] version = "0.3" [dev-dependencies.y-sync] version = "=0.3.0" [dev-dependencies.yrs] version = "=0.16.5" [features] bench = [] [target."cfg(fuzzing)".dependencies.arbitrary] version = "1.3" features = ["derive"] [target."cfg(fuzzing)".dependencies.ordered-float] version = "3.8" features = ["arbitrary"] [target."cfg(loom)".dependencies.loom] version = "0.6" features = ["checkpoint"]