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 whenever velopack is added without default-features = false somewhere in the dependency tree.

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.

async-std async?
file-rotate file-logging?
log-panics file-logging?
simplelog file-logging?
time file-logging?
ts-rs typescript?
zstd default delta?