# 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 = "eventador" version = "0.0.18" authors = ["Sachandhan Ganesh "] description = "lock-free pub/sub event-bus with sync and async APIs" documentation = "https://docs.rs/eventador/" readme = "README.md" keywords = ["pub-sub", "lock-free", "event-bus", "event", "disruptor"] categories = ["asynchronous", "caching", "concurrency", "data-structures"] license = "Apache-2.0" repository = "https://github.com/sachanganesh/eventador-rs" [package.metadata.docs.rs] features = ["async"] rustdoc-args = ["--cfg", "docsrs"] [dependencies.anyhow] version = "1.0" [dependencies.async-std] version = "1.9.0" features = ["tokio1"] optional = true [dependencies.async-stream] version = "0.3.0" optional = true [dependencies.crossbeam] version = "0.8.0" [dependencies.futures] version = "0.3.12" optional = true [dependencies.lockfree] version = "0.5.1" [dev-dependencies.async-channel] version = "1.5.1" [dev-dependencies.async-std] version = "1.9.0" features = ["attributes"] [dev-dependencies.ntest] version = "0.7.3" [features] async = ["async-std", "async-stream", "futures"]