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 default-features = false somewhere in the dependency tree.

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