# 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-kvstore" version = "0.3.0" authors = ["Bartosz Sypytkowski "] description = "Generic persistence layer over Yrs documents" homepage = "https://github.com/y-crdt/yrs-persistence" readme = "README.md" keywords = [ "crdt", "yrs", "persistence", ] license = "MIT" repository = "https://github.com/y-crdt/yrs-persistence" [lib] doctest = true bench = true doc = true [dependencies.smallvec] version = "1.10" features = [ "write", "union", "const_generics", "const_new", ] [dependencies.thiserror] version = "1.0" [dependencies.yrs] version = "0.19" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.rand] version = "0.7"