# 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 = "webhook" version = "2.1.2" authors = ["Thomas"] exclude = [ "examples/*", ".env", ] publish = true description = "Discord Webhook API Wrapper" readme = "README.md" keywords = [ "discord", "discord-api", "webhook", "discord-webhook", ] license = "MIT" repository = "https://github.com/thoo0224/webhook-rs" [dependencies.hyper] version = "0.14.16" features = [ "client", "http1", "http2", "tcp", ] optional = true [dependencies.hyper-tls] version = "0.5.0" features = ["vendored"] optional = true [dependencies.serde] version = "1.0.131" features = ["derive"] [dependencies.serde_json] version = "1.0.72" [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.tokio] version = "1.14.0" features = ["full"] [features] client = [ "hyper", "hyper-tls", ] default = ["client"] full = [ "client", "models", ] models = []