[package] name = "periodic-rs" version = "0.2.1" edition = "2021" license-file = "LICENSE" keywords = ["bounded", "data-structures", "periodic", "hashmap", "ring"] description = "Bounded datastructures" homepage = "https://periodic.troubles.io" documentation = "https://periodic.troubles.io/docs/" repository = "https://git.sr.ht/~blallo/periodic-rs" readme = "README.md" categories = ["caching","data-structures"] exclude = [".pages/", "Makefile", ".build.yml", ".pre-commit-config.yaml", ".gitignore"] [dependencies] [dev-dependencies] criterion = "0.3" [[bench]] name = "rings" harness = false [[bench]] name = "map" harness = false [lib] name = "periodic" path = "src/lib.rs" crate-type = ["lib"]