# 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 = "stream_router" version = "0.2.1" authors = ["Broderick Carlin "] description = "A Future aware router to dynamically route between Streams and Sinks" documentation = "https://docs.rs/stream_router/0.1.0/stream_router/" readme = "README.md" keywords = ["async", "futures", "tokio", "stream"] categories = ["asynchronous", "rust-patterns"] license = "Apache-2.0" repository = "https://github.com/BroderickCarlin/stream_router" [[bench]] name = "benchmark" harness = false [dependencies.futures] version = "0.3" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.futures-test] version = "0.3" [dev-dependencies.num_stream] version = "0.1" [dev-dependencies.tokio] version = "0.2" features = ["full"]