Cargo Features
[dependencies]
jas = { version = "0.3.0", default-features = false, features = ["add_path"] }
- default = add_path
-
The
add_path
feature is set by default wheneverjas
is added without
somewhere in the dependency tree.default-features = false - add_path default
jas has 2 features without comments.