# 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" version = "0.2.0" authors = ["Flakebi "] include = ["/Cargo.toml", "/README.md", "**/*.rs"] autobenches = false description = "An implementation of the TeamSpeak3 protocol as a library for use in clients and bots." readme = "README.md" keywords = ["teamspeak3", "ts3", "voip"] categories = ["multimedia"] license = "MIT OR Apache-2.0" repository = "https://github.com/ReSpeak/tsclientlib" resolver = "2" [[bench]] name = "modpow" harness = false [[bench]] name = "command" harness = false [[bench]] name = "connect" harness = false [[bench]] name = "license" harness = false [[bench]] name = "message" harness = false [dependencies.aes] version = "0.7" [dependencies.base64] version = "0.13" [dependencies.bitflags] version = "1" [dependencies.curve25519-dalek] version = "3" [dependencies.eax] version = "0.4.0" [dependencies.futures] version = "0.3" [dependencies.generic-array] version = "0.14" [dependencies.git-testament] version = "0.2" [dependencies.num-bigint] version = "0.4" [dependencies.num-derive] version = "0.3" [dependencies.num-traits] version = "0.2" [dependencies.omnom] version = "3" [dependencies.pin-project-lite] version = "0.2" [dependencies.quicklz] version = "0.3" [dependencies.rand] version = "0.7" [dependencies.rug] version = "1" features = ["integer"] optional = true default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.sha-1] version = "0.9" [dependencies.sha2] version = "0.9" [dependencies.slog] version = "2" [dependencies.slog-perf] version = "0.2" [dependencies.stable_deref_trait] version = "1" [dependencies.thiserror] version = "1" [dependencies.time] version = "0.2.23" [dependencies.tokio] version = "1" features = ["macros", "net", "sync", "time"] [dependencies.tsproto-packets] version = "0.1" [dependencies.tsproto-types] version = "0.1" [dev-dependencies.anyhow] version = "1" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.slog-async] version = "2" [dev-dependencies.slog-term] version = "2" [dev-dependencies.structopt] version = "0.3" default-features = false [dev-dependencies.tokio] version = "1" features = ["rt-multi-thread", "signal"]