# 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 = "async-weighted-semaphore" version = "0.2.1" authors = ["Nathan Dobson "] exclude = ["**/.DS_Store"] description = "An async weighted semaphore." readme = "README.md" keywords = ["async", "asynchronous", "semaphore"] categories = ["asynchronous", "concurrency"] license = "MIT OR Apache-2.0" repository = "https://github.com/nathdobson/async-weighted-semaphore" [dev-dependencies.async-channel] version = "1.4.2" [dev-dependencies.async-std] version = "1.6.3" [dev-dependencies.futures] version = "0.3.5" features = ["thread-pool"] [dev-dependencies.futures-locks] version = "0.6.0" [dev-dependencies.futures-test] version = "0.3.5" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.rand] version = "0.7.3" [dev-dependencies.rand_xorshift] version = "0.2.0" [dev-dependencies.threadpool] version = "1.8.1" [dev-dependencies.tokio] version = "0.2" features = ["full"] [dev-dependencies.tokio-test] version = "0.2" [dev-dependencies.version-sync] version = "0.9"