# 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 = "hashicorp-lru" version = "0.1.6" authors = ["Al Liu "] description = "The project is moved to caches, please see crate caches" homepage = "https://github.com/al8n/caches-rs" documentation = "https://docs.rs/caches/" readme = "README.md" keywords = ["lru", "cache", "2q", "arc-cache", "data-structures"] categories = ["algorithms", "data-structures"] license = "MIT OR Apache-2.0" repository = "https://github.com/al8n/caches-rs.git" [[example]] name = "hit_ratio" path = "examples/hit_ratio.rs" [[bench]] name = "lru_cache" harness = false [[bench]] name = "two_queue_cache" harness = false [[bench]] name = "arc_cache" harness = false [dependencies.hashbrown] version = "0.11.2" optional = true [dev-dependencies.criterion] version = "0.3.5" [dev-dependencies.fnv] version = "1.0.7" [dev-dependencies.rand] version = "0.8.4" [dev-dependencies.rustc-hash] version = "1.0" [dev-dependencies.scoped_threadpool] version = "0.1.*" [dev-dependencies.stats_alloc] version = "0.1.*" [features] default = ["hashbrown"] nightly = ["hashbrown", "hashbrown/nightly"]