# 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 = "ts3plugin-sys" version = "0.5.0" authors = ["Flakebi "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "FFI bindings to the TeamSpeak3 plugin API" readme = "README.md" keywords = [ "ffi", "plugin", "TeamSpeak3", "TS3", ] categories = ["external-ffi-bindings"] license = "MIT/Apache-2.0" repository = "https://github.com/ReSpeak/rust-ts3plugin-sys" [lib] name = "ts3plugin_sys" path = "src/lib.rs" [dependencies.bitflags] version = "2"