# 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" rust-version = "1.77" name = "channel" version = "0.2.1" description = "Rust advanced queue library" homepage = "https://github.com/fawdlstty/channel-rs" readme = "README.md" keywords = [ "channel", "queue", "dispatch", "sender", "receiver", ] categories = [ "algorithms", "concurrency", "data-structures", ] license = "MIT" repository = "https://github.com/fawdlstty/channel-rs" [dependencies.async-sema] version = "0.1.2" [dependencies.async-signal] version = "0.2.9" [dependencies.chrono] version = "0.4.26" [dependencies.tokio] version = "1.38.0" features = ["full"] [features] default = ["metrics"] metrics = []