Cargo Features
[dependencies]
velopack = { version = "0.0.942", default-features = false, features = ["async", "delta", "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
- 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.