| # 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] |
| name = "lru" |
| version = "0.12.0" |
| authors = ["Jerome Froelich <[email protected]>"] |
| description = "A LRU cache implementation" |
| homepage = "https://github.com/jeromefroe/lru-rs" |
| documentation = "https://docs.rs/lru/" |
| readme = "README.md" |
| keywords = [ |
| "LRU", |
| "cache", |
| ] |
| categories = [ |
| "caching", |
| "no-std", |
| ] |
| license = "MIT" |
| repository = "https://github.com/jeromefroe/lru-rs.git" |
| |
| [dependencies.hashbrown] |
| version = "0.14" |
| optional = true |
| |
| [dev-dependencies.scoped_threadpool] |
| version = "0.1.*" |
| |
| [dev-dependencies.stats_alloc] |
| version = "0.1.*" |
| |
| [features] |
| default = ["hashbrown"] |
| nightly = [ |
| "hashbrown", |
| "hashbrown/nightly", |
| ] |