Cargo Features
holochain_locksmith has no features set by default.
[dependencies]
holochain_locksmith = { version = "0.0.52-alpha2", features = ["bypass", "backtraces", "debug_info"] }
- default
-
default brings in no features
- bypass
-
this sets a bypass for the locksmith
- backtraces debug_info?
-
this feature allows the compilation with backtraces involved
- debug_info = backtraces
-
feature flag for turning on debug info, I figured we could use this for some of the noise in the logs