# 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 = "arc-cache" version = "0.2.6" authors = ["Frank Denis "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An Adaptative Replacement Cache for Rust." readme = "README.md" keywords = ["data-structures"] categories = [ "algorithms", "caching", "memory-management", ] license = "MIT/Apache-2.0" repository = "https://github.com/jedisct1/rust-arc-cache" [lib] name = "arc_cache" path = "src/lib.rs" [dependencies.xlru-cache] version = "0.1" [dev-dependencies.nohash-hasher] version = "0.2" [badges.appveyor] repository = "jedisct1/rust-arc-cache" [badges.travis-ci] repository = "jedisct1/rust-arc-cache"