# 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 = "mumble-protocol" version = "0.4.1" authors = ["Jonas Herzig "] description = "Rust implementation of the Mumble protocol" license = "MIT OR Apache-2.0" repository = "https://github.com/johni0702/rust-mumble-protocol" [dependencies.byteorder] version = "1" [dependencies.bytes] version = "1.0" [dependencies.openssl] version = "0.10" optional = true [dependencies.protobuf] version = "2" [dependencies.tokio-util] version = "0.6" features = ["codec"] [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.14" [features] default = ["openssl"] webrtc-extensions = []