# 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 = "2018" name = "crossfire" version = "1.0.1" authors = ["plan "] exclude = [ "/ci/*", "/bors.toml", ] description = "channels for async and threads" homepage = "https://github.com/qingstor/crossfire-rs" documentation = "https://docs.rs/crossfire" readme = "README.md" keywords = [ "async", "non-blocking", "lock-free", "channel", ] categories = [ "concurrency", "data-structures", ] license = "Apache-2.0" repository = "https://github.com/qingstor/crossfire-rs" [dependencies.async-trait] version = "0.1" [dependencies.crossbeam] version = "0.8" [dependencies.futures] version = "0.3" [dev-dependencies.log] version = "0.4" [dev-dependencies.rand] version = "0.7.3" [dev-dependencies.stderrlog] version = "0.4.1" [dev-dependencies.tokio] version = "1" features = [ "time", "sync", "rt-multi-thread", ]