Cargo Features

[dependencies]
deep_space = { version = "2.24.1", default-features = false, features = ["ethermint", "althea", "ssl"] }
default = ssl

The ssl feature is set by default whenever deep_space is added without default-features = false somewhere in the dependency tree.

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

Enables tls and tls-roots of tonic ^0.10

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.

clarity ethermint?
sha3 ethermint?