# 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-util" version = "0.16.0-rc.1" authors = ["Twilight Contributors"] include = [ "src/**/*.rs", "README.md", ] publish = true description = "Miscellaneous utilities for Twilight." homepage = "https://twilight.rs" readme = "README.md" keywords = [ "discord", "discord-api", "twilight", ] license = "ISC" repository = "https://github.com/twilight-rs/twilight.git" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.twilight-model] version = "0.16.0-rc.1" optional = true default-features = false [dependencies.twilight-validate] version = "0.16.0-rc.1" optional = true default-features = false [dev-dependencies.chrono] version = "0.4" features = ["std"] default-features = false [dev-dependencies.static_assertions] version = "1" default-features = false [dev-dependencies.time] version = "0.3" features = ["formatting"] default-features = false [features] builder = [ "dep:twilight-model", "dep:twilight-validate", ] full = [ "builder", "link", "permission-calculator", "snowflake", ] link = ["dep:twilight-model"] permission-calculator = ["dep:twilight-model"] snowflake = ["dep:twilight-model"]