Cargo Features

[dependencies]
velopack = { version = "0.0.942", default-features = false, features = ["async", "delta", "typescript"] }
default = zstd

The zstd feature is set by default whenever velopack is added without default-features = false somewhere in the dependency tree.

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.

async-std async?
ts-rs typescript?
zstd default delta?