# 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 = "prioritized-metered-channel" version = "0.6.1" authors = ["Parity Technologies "] description = "Channels with built-in observability and optional message priorizitazion" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/paritytech/orchestra.git" [dependencies.async-channel] version = "1.8.0" optional = true [dependencies.coarsetime] version = "^0.1.22" [dependencies.crossbeam-queue] version = "0.3.5" [dependencies.derive_more] version = "0.99" [dependencies.futures] version = "0.3.21" [dependencies.futures-timer] version = "3.0.2" [dependencies.nanorand] version = "0.7.0" features = ["wyrand"] default-features = false [dependencies.thiserror] version = "1.0.31" [dependencies.tracing] version = "0.1.35" [dev-dependencies.assert_matches] version = "1.5" [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.futures] version = "0.3.21" features = ["thread-pool"] [dev-dependencies.log] version = "0.4" [dev-dependencies.tracing] version = "0.1.35" features = ["log"] [features] async_channel = ["dep:async-channel"] default = ["async_channel"] futures_channel = []