# 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 = "binate" version = "0.0.1" authors = ["Aaron Taner "] description = "WIP" homepage = "https://github.com/mapkts/binate" documentation = "https://docs.rs/binate" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/mapkts/binate" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies.bitflags] version = "1.2" [dependencies.bytes] version = "1" [dependencies.dashmap] version = "4.0.2" [dependencies.tokio] version = "1.8" features = [] [dependencies.tokio-stream] version = "0.1.6" [features] default = [] frame = [] full = ["frame"] [target."cfg(loom)".dependencies.loom] version = "0.5"