Cargo Features
[dependencies]
spark-cryptography = { version = "0.1.5", default-features = false, features = ["self-signing", "proto-conversion", "telemetry"] }
- default = proto-conversion, self-signing
-
These default features are set whenever
spark-cryptography
is added without
somewhere in the dependency tree.default-features = false - self-signing default
-
Affects
spark-cryptography::key_arithmetic
,spark-cryptography::signing
,spark-cryptography::secret_sharing
… - proto-conversion default = hex, spark-protos
- telemetry = tracing
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- spark-protos proto-conversion
-
Enables spark-protos
Internal crates
- tracing telemetry?
-
Enables tracing
Logging
- hex proto-conversion
-
Enables hex
Serialization