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 ^0.12

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

Enables rustls-tls of reqwest ^0.12

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?

Enables lz4_flex ^0.11

miniz_oxide deflate?

Enables miniz_oxide ^0.7

tracing-log log-comp?