Cargo Features

tracing-aliyun-sls has no features set by default.

[dependencies]
tracing-aliyun-sls = { version = "0.2.0", features = ["lz4", "deflate", "log-comp", "derive-key", "rustls"] }
default

These default features are set whenever tracing-aliyun-sls 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.

lz4 = lz4_flex
deflate = miniz_oxide
log-comp = log, tracing-log
derive-key = blake3
rustls

Enables rustls-tls of reqwest

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.

blake3 derive-key?
log log-comp?
lz4_flex lz4?
miniz_oxide deflate?
tracing-log log-comp?