# 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 = "aurora-streams" version = "2.0.0-rc.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "library for managing publish-subscribe channels using Tokio message passing channels." readme = "README.md" license = "MIT" repository = "https://github.com/josh-tracey/aurora-streams" [lib] name = "aurora_streams" path = "src/lib.rs" [[example]] name = "basic" path = "examples/basic.rs" [dependencies.async-trait] version = "0.1.83" [dependencies.futures] version = "0.3.31" [dependencies.futures-util] version = "0.3.29" [dependencies.redis] version = "0.26" features = ["tokio-comp"] optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "2.0.0" [dependencies.tokio] version = "~1" features = ["full"] [features] default = [] event-routing = ["redis"]