# 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 = "dwbhk" version = "0.1.2" authors = ["Tobias de Bruijn "] description = "dwbhk-rs is a library for working with Discord Webhooks" homepage = "https://github.com/TheDutchMC/dwbhk-rs" readme = "README.md" keywords = ["Discord", "Webhook", "embeds", "file"] categories = ["api-bindings", "asynchronous"] license = "MIT OR Apache-2.0" repository = "https://github.com/TheDutchMC/dwbhk-rs" resolver = "2" [dependencies.lazy_static] version = "1.4.0" [dependencies.reqwest] version = "0.11.4" features = ["rustls-tls", "json"] default-features = false [dependencies.serde] version = "1.0.130" features = ["derive"] [dev-dependencies.tokio] version = "1.10.1" features = ["rt"] [features] blocking = ["reqwest/blocking"] no-panic = []