Cargo Features
[dependencies]
velopack = { version = "0.0.1213-g57cf68d", default-features = false, features = ["async", "delta", "file-logging", "typescript"] }
- default = zstd
-
The
zstd
feature is set by default whenevervelopack
is added without
somewhere in the dependency tree.default-features = false - async = async-std
- delta = zstd
- file-logging = file-rotate, log-panics, simplelog, time
-
Affects
logging::init_logging
… - typescript = ts-rs
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.