# 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-types" version = "0.1.0" authors = ["Flakebi "] build = "build/build.rs" include = ["/Cargo.toml", "/README.md", "**/*.rs", "**/*.tt"] description = "Basic types and enums that are used within the TeamSpeak protocol." readme = "README.md" keywords = ["teamspeak3", "ts3"] license = "MIT OR Apache-2.0" repository = "https://github.com/ReSpeak/tsclientlib/tree/master/utils/tsproto-types" resolver = "2" [dependencies.base64] version = "0.13" [dependencies.bitflags] version = "1" [dependencies.curve25519-dalek] version = "3" [dependencies.elliptic-curve] version = "0.9" features = ["ecdh"] [dependencies.generic-array] version = "0.14" [dependencies.num-bigint] version = "0.4" [dependencies.num-derive] version = "0.3" [dependencies.num-traits] version = "0.2" [dependencies.p256] version = "0.8" features = ["ecdh", "ecdsa"] [dependencies.rand] version = "0.8" [dependencies.rand07] version = "0.7" package = "rand" [dependencies.ref-cast] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.sha-1] version = "0.9" [dependencies.simple_asn1] version = "0.5.2" [dependencies.thiserror] version = "1" [dependencies.time] version = "0.2.15" features = ["serde"] [build-dependencies.heck] version = "0.3" [build-dependencies.t4rust-derive] version = "0.3" [build-dependencies.tsproto-structs] version = "0.2"