Cargo Features
[dependencies]
blueprint-auth = { version = "0.1.0-alpha.2", default-features = false, features = ["std", "tracing"] }
- default = std, tracing
-
These default features are set whenever
blueprint-auth
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of base64, crc32fast, k256, prost ^0.12, rand ^0.8.5, and schnorrkel
rand:
Option (enabled by default): without "std" rand uses libcore; this option enables functionality expected to be available on a standard platform.
- tracing default
blueprint-auth has 3 features without comments.