# 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 = "rubin" version = "0.4.0" authors = ["Graham Keenan graham.keenan@outlook.com"] description = "In-memory key-value store with the option for persistence" homepage = "https://github.com/Tyrannican/rubin" documentation = "https://docs.rs/rubin" readme = "README.md" keywords = [ "in-memory", "persistence", "store", "cache", ] categories = [ "caching", "data-structures", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Tyrannican/rubin" [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.tokio] version = "1.28.1" features = ["full"] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.17" [dev-dependencies.tempdir] version = "0.3"