# 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 = "rstorage" version = "1.0.2" authors = ["DanyalMhai@gmail.com"] description = "fast, durable, high concurrent HashMap" homepage = "https://github.com/Rustixir/durableMap" readme = "README.md" keywords = [ "tokio", "durable", "in-memory", "storage", "high_concurrent", ] license = "Apache-2.0" repository = "https://github.com/Rustixir/durableMap" resolver = "2" [dependencies.bincode] version = "1.3.3" [dependencies.dashmap] version = "5.2.0" [dependencies.serde] version = "1.0.136" [dependencies.serde_derive] version = "1.0.136" [dependencies.simple_wal] version = "0.3.0" [dependencies.tokio] version = "1.17.0" features = [ "rt-multi-thread", "macros", "sync", "time", ]