Cargo Features
[dependencies]
svgdx = { version = "0.13.1", default-features = false, features = ["cli", "server"] }
- default = cli, server
-
These default features are set whenever
svgdx
is added without
somewhere in the dependency tree.default-features = false - cli default = clap, notify, notify-debouncer-mini, shlex, tempfile
-
Affects
svgdx::cli
,svgdx::transform_file
…Required by the binary
- server default = axum, hyper, tokio
-
Affects
svgdx::server
…Required by the svgdx-server binary
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.