# 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 = "binprot" version = "0.1.7" authors = ["laurent "] description = "Rust implementation of the bin_prot protocol." readme = "README.md" keywords = ["bin_prot", "protocol", "network"] categories = ["network-programming"] license = "MIT/Apache-2.0" repository = "https://github.com/LaurentMazare/binprot-rs" [dependencies.async-trait] version = "0.1.50" optional = true [dependencies.binprot_derive] version = "0.1.7" [dependencies.byteorder] version = "1.4.3" [dependencies.md5] version = "0.7.0" [dependencies.tokio] version = "1.8" features = ["io-util", "macros", "rt"] optional = true [dev-dependencies.anyhow] version = "1" [features] async = ["binprot_derive/async", "async-trait", "tokio"]