Cargo Features
[dependencies]
secret_rs = { version = "0.3.2", default-features = false, features = ["json-schema"] }
- default = json-schema
-
The
json-schema
feature is set by default wheneversecret_rs
is added without
somewhere in the dependency tree.default-features = false - json-schema default
-
Enables schemars
secret_rs has 2 features without comments.