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