Cargo Features

[dependencies]
hcaptcha = { version = "2.3.1", default-features = false, features = ["rustls-backend", "nativetls-backend", "ext", "enterprise", "trace", "nightly"] }
default = ext, nativetls-backend

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

rustls-backend

Enables rustls-tls of reqwest ^0.11.23

nativetls-backend default

Enables native-tls of reqwest ^0.11.23

reqwest:

Enables native-tls specific functionality not available by default.

ext default = hex
enterprise
trace = tracing
nightly

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

hex ext
tracing trace?