# 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 = "mumble-protocol-2x" version = "0.5.0" authors = ["Marco Rebhan ", "Jonas Herzig "] description = "Rust implementation of the Mumble protocol" license = "MIT OR Apache-2.0" repository = "https://github.com/2xsaiko/rust-mumble-protocol" [dependencies.asynchronous-codec] version = "0.6.0" optional = true [dependencies.byteorder] version = "1" [dependencies.bytes] version = "1.0" [dependencies.cfg-if] version = "1.0.0" [dependencies.openssl] version = "0.10" optional = true [dependencies.protobuf] version = "2" [dependencies.tokio-util] version = "0.6" features = ["codec"] optional = true [dev-dependencies.argparse] version = "0.2" [dev-dependencies.futures] version = "0.3" [dev-dependencies.native-tls] version = "0.2" [dev-dependencies.tokio] version = "1.0" features = ["full"] [dev-dependencies.tokio-native-tls] version = "0.3" [dev-dependencies.tokio-util] version = "0.6" features = ["codec", "net"] [build-dependencies.protobuf-codegen-pure] version = "2.25" [features] default = ["openssl", "tokio-codec"] tokio-codec = ["tokio-util"] webrtc-extensions = []