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

add_path default

jas has 2 features without comments.