# 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-rocksdb" version = "0.3.0" authors = ["Bartosz Sypytkowski "] description = "Persistence layer over Yrs documents for RocksDB backend" homepage = "https://github.com/y-crdt/yrs-persistence" readme = "README.md" keywords = [ "crdt", "yrs", "persistence", "rocksdb", ] license = "MIT" repository = "https://github.com/y-crdt/yrs-persistence" [lib] doctest = false bench = true doc = true [[bench]] name = "benches" harness = false [dependencies.rocksdb] version = "0.22" [dependencies.yrs-kvstore] version = "0.3" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.tempdir] version = "0.3" [dev-dependencies.yrs] version = "0.19"