Cargo Features

sigstat has no features set by default.

[dependencies]
sigstat = { version = "0.0.3-beta.2", features = ["vendored_openssl", "with_grpc", "with_zstd"] }
vendored_openssl = openssl
with_grpc = sigstat-grpc
with_zstd = zstd

Affects compression_helper::get_compression_format, compression_helper::compress_data

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.

openssl vendored_openssl?
sigstat-grpc with_grpc?
zstd with_zstd?