# 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 = "tsproto-commands" version = "0.1.0" authors = ["Flakebi "] build = "build/build.rs" include = ["/Cargo.toml", "/README.md", "**/*.rs", "/build/*.tt"] description = "Structs for TeamSpeak messages and related resources." readme = "README.md" keywords = ["TeamSpeak3", "TS3"] license = "MIT/Apache-2.0" repository = "https://github.com/ReSpeak/tsclientlib" [dependencies.base64] version = "0.10" [dependencies.chrono] version = "0.4" [dependencies.failure] version = "0.1" [dependencies.futures] version = "0.1" [dependencies.num-derive] version = "0.2" [dependencies.num-traits] version = "0.2" [dependencies.serde] version = "1" features = ["derive"] [dependencies.tsproto] version = "=0.1.0" [build-dependencies.itertools] version = "0.8" [build-dependencies.t4rust-derive] version = "0.1.3" [build-dependencies.tsproto-structs] version = "=0.1.0"