Cargo Features
[dependencies]
ustar-parser = { version = "0.1.4", default-features = false, features = ["extended-errors", "serde", "no-large-tests"] }
- default = extended-errors
-
The
extended-errorsfeature is set by default wheneverustar-parseris added withoutsomewhere in the dependency tree.default-features = false - extended-errors default = miette, thiserror
-
Affects
error_core::ErrorData.error_span… - serde
-
Enables serde and serde_json
serde:
Optional features
- no-large-tests dev
-
Enables no-large-tests of ustar-test-utils
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.