# 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.64" name = "tachyonix" version = "0.3.1" authors = ["Serge Barral "] autotests = false description = """ A very fast asynchronous, multi-producer, single-consumer bounded channel. """ readme = "README.md" keywords = [ "async", "channel", "futures", "mpsc", ] categories = [ "asynchronous", "concurrency", ] license = "MIT OR Apache-2.0" repository = "https://github.com/asynchronics/tachyonix" [[test]] name = "integration" path = "tests/tests.rs" [dependencies.async-event] version = "0.2.1" [dependencies.crossbeam-utils] version = "0.8" [dependencies.diatomic-waker] version = "0.1" [dependencies.futures-core] version = "0.3" [dependencies.pin-project-lite] version = "0.2" [dev-dependencies.futures-executor] version = "0.3" features = ["thread-pool"] default-features = false [dev-dependencies.futures-task] version = "0.3" features = ["std"] default-features = false [dev-dependencies.futures-time] version = "3.0" [dev-dependencies.futures-util] version = "0.3" features = [ "std", "async-await", ] default-features = false [target."cfg(tachyonix_loom)".dev-dependencies.loom] version = "0.7" [target."cfg(tachyonix_loom)".dev-dependencies.waker-fn] version = "1.1" [lints.rust.unexpected_cfgs] level = "warn" priority = 0