# 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.70.0" name = "discord-rs" version = "0.1.1" authors = [ "Brian Tiburcio", "bptiburcio@gmail.com", ] exclude = [ "target/*", ".ignore/*", "src/sample.rs", ] include = [ "**/*.rs", "Cargo.toml", ] description = "A rust library for interacting with the Discord API in a blazingly fast way" homepage = "https://discordrs.io/" documentation = "https://docs.rs/discord-rs" readme = "README.md" keywords = [ "discord", "discord-api", "discord-bot", "discord-webhook", ] categories = ["api-bindings"] license-file = "LICENSE.txt" repository = "https://github.com/BrianTiburcio/discord-rs" [profile.dev] opt-level = 0 [profile.release] opt-level = 3 [dependencies.chrono] version = "0.4.26" features = ["serde"] [dependencies.reqwest] version = "0.11.18" features = ["json"] [dependencies.serde] version = "1.0.164" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.log] version = "0.4.19" [dev-dependencies.tokio] version = "1.28.2" features = ["full"]