Cargo Features

[dependencies]
secretrs = { version = "0.1.0-beta.3", default-features = false, features = ["bip32", "rpc", "getrandom", "grpc-core", "grpc"] }
default = bip32, getrandom, grpc-core

These default features are set whenever secretrs is added without default-features = false somewhere in the dependency tree.

bip32 default

Enables bip32 of cosmrs

blockchain

rpc

Enables rpc of cosmrs

getrandom default

Enables getrandom of cosmrs

grpc-core default grpc?

grpc-core enables use of gRPC clients

Enables grpc-core of cosmrs, grpc of secret-sdk-proto

Affects secretrs::grpc_clients

grpc = grpc-core

grpc enables the 'transport' feature of tonic (not compatible with wasm)

Enables grpc of cosmrs, grpc-transport of secret-sdk-proto