# 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 = "sparkle-impostor" version = "0.15.0" authors = ["Lara Kayaalp "] description = "A third party crate for Twilight to execute Discord webhooks that clone an existing message" readme = "README.md" keywords = [ "discord", "discord-api", "twilight", ] categories = [ "api-bindings", "asynchronous", ] license = "ISC" repository = "https://github.com/laralove143/sparkle-impostor" [dependencies.reqwest] version = "0.11" optional = true [dependencies.serde] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.twilight-http] version = "0.15" [dependencies.twilight-model] version = "0.15" [dependencies.twilight-util] version = "0.15" features = ["snowflake"] [dependencies.twilight-validate] version = "0.15" [dev-dependencies.anyhow] version = "1.0" features = ["backtrace"] [dev-dependencies.dotenvy] version = "0.15" [dev-dependencies.tokio] version = "1.28" features = ["macros"] [features] upload = ["reqwest"]