Cargo Features

discord-webhook2 has no features set by default.

[dependencies]
discord-webhook2 = { version = "0.4.1", features = ["rustls-tls"] }
default

These default features are set whenever discord-webhook2 is added without default-features = false somewhere in the dependency tree.

Enables json and multipart of reqwest

rustls-tls

Enables json, multipart and rustls-tls of reqwest

discord-webhook2 has 2 features without comments.