# 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 = "2015" name = "ts3plugin" version = "0.3.0" authors = ["Flakebi "] build = "build/build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = """ An abstraction layer that simplifies creating TeamSpeak3 plugins and stores received data to provide a more convenient API. """ readme = "README.md" keywords = [ "plugin", "TeamSpeak3", "TS3", ] categories = ["api-bindings"] license = "MIT/Apache-2.0" repository = "https://github.com/ReSpeak/rust-ts3plugin" [lib] name = "ts3plugin" path = "src/lib.rs" [dependencies.chrono] version = "0.4" [dependencies.lazy_static] version = "1" [dependencies.ts3plugin-sys] version = "0.5" [build-dependencies.anyhow] version = "1" [build-dependencies.serde] version = "1" [build-dependencies.tera] version = "1" [features] default = []