# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ratelimit_meter" version = "5.0.0" authors = ["Andreas Fuchs "] autobenches = false description = "A leaky-bucket-as-a-meter rate-limiting implementation in Rust" homepage = "https://github.com/antifuchs/ratelimit_meter" documentation = "https://docs.rs/ratelimit_meter" readme = "README.md" categories = ["algorithms", "network-programming", "concurrency"] license = "MIT" repository = "https://github.com/antifuchs/ratelimit_meter.git" [package.metadata.release] dev-version-ext = "dev" pre-release-commit-message = "Release {{version}} 🎉🎉" pro-release-commit-message = "Start next development iteration {{version}}" sign-commit = false tag-message = "Release {{prefix}}{{version}}" tag-prefix = "v" upload-doc = false [package.metadata.template_ci.additional_matrix_entries.no_std_nightly] commandline = "cargo +nightly test --no-default-features --features no_std" run = true version = "nightly" [package.metadata.template_ci.additional_matrix_entries.no_std_stable] commandline = "cargo test --no-default-features --features no_std" run = true version = "stable" [package.metadata.template_ci.bench] run = true version = "stable" [[bench]] name = "criterion" harness = false [dependencies.evmap] version = "6.0.0" optional = true [dependencies.nonzero_ext] version = "0.1.5" default-features = false [dependencies.parking_lot] version = "0.9.0" optional = true [dependencies.spin] version = "0.5.0" optional = true [dev-dependencies.criterion] version = "0.2.11" [dev-dependencies.libc] version = "0.2.41" [features] default = ["std"] no_std = ["spin"] std = ["parking_lot", "evmap", "nonzero_ext/std"] [badges.circle-ci] branch = "master" repository = "antifuchs/ratelimit_meter" [badges.maintenance] status = "actively-developed"