Cargo Features
uasset has no features set by default.
[dependencies]
uasset = { version = "0.5.0", features = ["commandline-tool"] }
- commandline-tool = anyhow, log, serde, serde_json, simplelog, structopt, structopt-flags, tempfile, walkdir
-
Required by the 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.
- anyhow commandline-tool?
-
Enables anyhow
Optional dependencies for comandline-tool feature
- log commandline-tool?
- serde_json commandline-tool?
- serde commandline-tool?
- simplelog commandline-tool?
- structopt commandline-tool?
- structopt-flags commandline-tool?
- tempfile commandline-tool?
- walkdir commandline-tool?