# 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 = "invocation-counter" version = "0.1.0" authors = ["Tommaso Allevi "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Datastructure to answer to: how many times a function has been called in the last X minutes?" homepage = "https://crates.io/crates/invocation-counter" documentation = "https://docs.rs/invocation-counter" readme = "README.md" keywords = [ "counter", "concurrency", "data-structures", "memory-management", "invocation", ] categories = [ "algorithms", "concurrency", "data-structures", "memory-management", ] license = "Apache-2.0" repository = "https://github.com/oramasearch/invocation-counter" [lib] name = "invocation_counter" path = "src/lib.rs" [[example]] name = "readme" path = "examples/readme.rs"