# 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 = "sliding_window_alt" version = "0.1.2" description = "A structure that holds the last N items pushed to it." readme = "README.md" keywords = [ "Sliding-window", "Control", "data-structures", ] categories = ["data-structures"] license = "Unlicense" repository = "https://github.com/david-soto-m/sliding_window_alt" resolver = "2" [[bench]] name = "bench_1" harness = false [dev-dependencies.circular-queue] version = "0.2.6" [dev-dependencies.criterion] version = "0.3" features = ["html_reports"] [dev-dependencies.queues] version = "1.1.0" [dev-dependencies.sliding_window] version = "0.1.2"