# 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 = "brw" version = "0.1.7" description = "A simple builder for the broker-reader-writer pattern" documentation = "https://docs.rs/brw" readme = "Readme.md" license = "MIT/Apache-2.0" [package.metadata.docs.rs] all-features = true features = ["docs"] rustdoc-args = ["--cfg", "feature=\"docs\""] [dependencies.async-std] version = "1" optional = true [dependencies.async-trait] version = "0.1" [dependencies.flume] version = "0.10" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" optional = true [dependencies.tokio] version = "1" features = ["rt-multi-thread"] optional = true [dev-dependencies.tokio] version = "1.7.1" features = ["rt-multi-thread", "macros"] [features] builder = [] debug = ["log"] default = [] docs = []