# 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" rust-version = "1.67" name = "twilight-model" version = "0.16.0-rc.1" authors = ["Twilight Contributors"] include = [ "src/**/*.rs", "README.md", ] publish = true description = "Discord API models for the Twilight ecosystem." homepage = "https://twilight.rs/chapter_1_crates/section_1_model.html" readme = "README.md" keywords = [ "discord", "discord-api", "twilight", ] license = "ISC" repository = "https://github.com/twilight-rs/twilight.git" [[bench]] name = "deserialization" path = "benches/deserialization.rs" harness = false [[bench]] name = "image_hash" path = "benches/image_hash.rs" harness = false [dependencies.bitflags] version = "2" default-features = false [dependencies.serde] version = "1.0.103" features = [ "derive", "std", ] default-features = false [dependencies.serde-value] version = "0.7" default-features = false [dependencies.serde_repr] version = "0.1.5" default-features = false [dependencies.time] version = "0.3" features = [ "parsing", "std", ] default-features = false [dev-dependencies.criterion] version = "0.4" default-features = false [dev-dependencies.serde_json] version = "1" features = ["std"] default-features = false [dev-dependencies.serde_test] version = "1" default-features = false [dev-dependencies.static_assertions] version = "1.0" default-features = false