# 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 = "ts-bookkeeping" version = "0.1.0" authors = ["Flakebi "] build = "build/build.rs" include = ["/Cargo.toml", "/README.md", "**/*.rs", "**/*.tt"] autobenches = false description = "Structs to store the state of a TeamSpeak server, with its clients and channels." readme = "README.md" keywords = ["teamspeak3", "ts3"] license = "MIT OR Apache-2.0" repository = "https://github.com/ReSpeak/tsclientlib/tree/master/utils/ts-bookkeeping" resolver = "2" [[bench]] name = "command" harness = false [dependencies.base64] version = "0.13" [dependencies.num-derive] version = "0.3" [dependencies.num-traits] version = "0.2" [dependencies.serde] version = "1" features = ["derive"] [dependencies.slog] version = "2" [dependencies.thiserror] version = "1" [dependencies.time] version = "0.2.23" features = ["serde"] [dependencies.tsproto-packets] version = "0.1" [dependencies.tsproto-types] version = "0.1" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.slog-term] version = "2" [build-dependencies.heck] version = "0.3" [build-dependencies.itertools] version = "0.10" [build-dependencies.t4rust-derive] version = "0.3" [build-dependencies.tsproto-structs] version = "0.2"