# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "ts3-clientquery-lib" version = "0.0.1-beta" authors = ["KunoiSayami "] description = "A teamspeak clientquery(tcp) library" license = "AGPL-3.0-or-later" [dependencies.log] version = "0.4.19" optional = true [dependencies.serde] version = "1.0.171" [dependencies.serde-teamspeak-querystring] version = "0.2.1" [dependencies.serde_derive] version = "1.0.171" [dependencies.tokio] version = "1.29.1" features = [ "net", "time", "io-util", ] [features] all = [ "log", "server", "client", ] client = [] default = [] server = []