Cargo Features

SparkConfig has no features set by default.

[dependencies]
spark-config = { version = "0.0.4", features = ["bitcoin-conversion", "with-serde"] }
bitcoin-conversion = bitcoin
with-serde = serde

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.

bitcoin bitcoin-conversion?
serde with-serde?