# 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" name = "const-lru" version = "1.0.0" authors = ["billythedummy"] include = [ "/src", "/tests", "/benches", "/README.md", ] description = "A simple no_std, non-hashing, constant-capacity, constant-memory-usage LRU cache." homepage = "https://github.com/billythedummy/const-lru" readme = "README.md" keywords = [ "lru", "cache", "const-generics", "data-structure", "no_std", ] categories = [ "algorithms", "caching", "data-structures", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/billythedummy/const-lru.git" [[bench]] name = "bench" harness = false [dependencies.num-traits] version = ">=0.2" default-features = false [dev-dependencies.criterion] version = "^0.5" features = ["html_reports"]