# 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.71.1" name = "schnellru" version = "0.2.3" authors = ["Jan Bujak "] description = "A fast and flexible LRU map" homepage = "https://github.com/koute/schnellru" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/koute/schnellru" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [[bench]] name = "benches" harness = false [dependencies.ahash] version = "0.8.2" default-features = false [dependencies.cfg-if] version = "1.0.0" [dependencies.hashbrown] version = "= 0.13.2" features = [ "raw", "inline-more", ] default-features = false [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.indexmap] version = "1.9.2" [dev-dependencies.lru] version = "0.8.1" [dev-dependencies.oorandom] version = "11.1.3" [features] default = ["runtime-rng"] runtime-rng = ["ahash/runtime-rng"]