# 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" rust-version = "1.56" name = "disklru" version = "0.3.3" authors = ["Christian Mauduit (ufoot) "] description = "DiskLRU is an experimental LRU store." homepage = "https://gitlab.com/liberecofr/disklru" documentation = "https://docs.rs/crate/disklru" readme = "README.md" keywords = [ "kv", "cache", "lru", "sled", ] license = "MIT" repository = "https://gitlab.com/liberecofr/disklru/tree/main" [dependencies.rmp-serde] version = "1.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sled] version = "0.34" features = ["compression"] [dev-dependencies.rand] version = "0.8" [dev-dependencies.tempfile] version = "3.3"