# 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 = "blurple_hook" version = "0.3.8" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Discord webhook implementation in Rust" readme = "README.md" license = "WTFPL" repository = "https://github.com/0xlunar/blurple_hook" [lib] name = "blurple_hook" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.async-recursion] version = "1.1.1" optional = true [dependencies.chrono] version = "0.4.38" [dependencies.hex] version = "0.4.3" [dependencies.log] version = "0.4.22" optional = true [dependencies.reqwest] version = "0.12.5" optional = true [dependencies.rquest] version = "0.27.2" optional = true [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.120" [dependencies.sha1] version = "0.10.6" [dependencies.tokio] version = "1.38.0" features = ["full"] optional = true [features] default = ["reqwest"] queue = ["dep:tokio"] reqwest = [ "dep:tokio", "dep:reqwest", ] retry = [ "dep:tokio", "dep:async-recursion", "dep:log", ] rquest = [ "dep:tokio", "dep:rquest", ]