Cargo Features

Chatwork has no features set by default.

[dependencies]
chatwork = { version = "0.1.0", features = ["rustls-tls", "trust-dns"] }
default

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

Enables reqwest ^0.11

rustls-tls

Enables rustls-tls of reqwest ^0.11

trust-dns

Enables trust-dns of reqwest ^0.11

reqwest:

Deprecated, remove this feature while bumping minor versions.

Chatwork has 3 features without comments.