# 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] name = "rpm-timer" version = "0.0.3" authors = ["Marcin Sas-Szymanski "] description = "Small and simple to use tool that limits your processing speed to specified number of items per minute (or per second). Perfect for rate-limited APIs." documentation = "https://docs.rs/rpm-timer" readme = "README.md" keywords = ["timer", "periodically", "rpm", "rate", "limit"] categories = [] license = "MIT" repository = "https://github.com/synek317/rpm-timer" [lib] path = "src/lib.rs" doctest = false [[example]] name = "000_hello" path = "examples/000_hello.rs" [[example]] name = "001_slice" path = "examples/001_slice.rs" [[example]] name = "002_iter" path = "examples/002_iter.rs" [dependencies.num_cpus] version = "1.7.0" [dependencies.scoped-pool] version = "1.0.0" [dev-dependencies.rand] version = "0.3.18" [dev-dependencies.chrono] version = "0.4.0" [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "synek317/rpm-timer"