# 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-structs" version = "0.2.0" authors = ["Flakebi ", "Splamy "] include = ["/Cargo.toml", "/README.md", "/src/*.rs", "/declarations/Book.toml", "/declarations/BookToMessages.toml", "/declarations/Enums.toml", "/declarations/Errors.csv", "/declarations/Messages.toml", "/declarations/MessagesToBook.toml", "/declarations/Permissions.csv", "/declarations/Versions.csv"] description = "Resource files for several TeamSpeak related data." readme = "README.md" keywords = ["teamspeak3", "ts3"] license = "MIT OR Apache-2.0" repository = "https://github.com/ReSpeak/tsclientlib/tree/master/utils/tsproto-structs" resolver = "2" [dependencies.base64] version = "0.13" [dependencies.csv] version = "1" [dependencies.heck] version = "0.3" [dependencies.once_cell] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.toml] version = "0.5"