Cargo Features
[dependencies]
deep_space = { version = "2.27.1", default-features = false, features = ["ethermint", "althea", "ssl"] }
- default = ssl
-
The
ssl
feature is set by default wheneverdeep_space
is added without
somewhere in the dependency tree.default-features = false - ethermint althea? = clarity, sha3
-
Affects
address::cosmos_address_to_eth_address
,address::eth_address_to_cosmos_address
,private_key::EthermintPrivateKey
,public_key::EthermintPublicKey
… - althea = ethermint
-
Enables althea_proto
- ssl default
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.