Cargo Features
[dependencies]
crypto-glue = { version = "0.1.11", default-features = false, features = ["alloc"] }
- default = alloc
-
The
allocfeature is set by default whenevercrypto-glueis added withoutsomewhere in the dependency tree.default-features = false - alloc default
crypto-glue has 2 features without comments.