# 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 = "2018" name = "serenity-voice-model" version = "0.2.0" authors = ["Alex M. M. "] include = [ "src/**/*.rs", "Cargo.toml", ] description = "A Rust library for (de)serializing Discord Voice API gateway messages." homepage = "https://github.com/serenity-rs/serenity" documentation = "https://docs.rs/serenity" keywords = [ "discord", "api", ] license = "ISC" repository = "https://github.com/serenity-rs/serenity.git" resolver = "2" [[bench]] name = "deserialisation" path = "benches/de.rs" harness = false [dependencies.bitflags] version = "2.4" [dependencies.num-traits] version = "0.2" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" features = ["raw_value"] [dependencies.serde_repr] version = "0.1.5" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.serde_test] version = "1"