Cargo Features

tiktok-business has no features set by default.

[dependencies]
tiktok-business = { version = "0.4.3", features = ["rustls-tls", "webhook"] }
default

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

Enables default-tls of reqwest

reqwest:

Note: this doesn't enable the 'native-tls' feature, which adds specific functionality for it.

rustls-tls

Enables rustls-tls of reqwest

webhook = hex, hmac, sha2, strum

Affects tiktok-business::webhook

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 webhook?
hmac webhook?
sha2 webhook?
strum webhook?