# 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 = "endorphin" version = "0.1.9" description = "Key-Value based in-memory cache library which supports Custom Expiration Policies" readme = "README.md" keywords = ["cache", "ttl", "hashmap", "tti", "caching"] categories = ["caching"] license-file = "LICENSE.txt" repository = "https://github.com/ArtBlnd/endorphin" [dependencies.crossbeam] version = "0.8.1" [dependencies.hashbrown] version = "0.11.2" features = ["raw"] [dependencies.once_cell] version = "1.8.0" [dependencies.parking_lot] version = "0.11.2" [dependencies.slotmap] version = "1.0.6"