Cargo Features

[dependencies]
gl-client = { version = "0.1.9", default-features = false, features = ["permissive", "export"] }
default = export, permissive

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

permissive default
export default = chacha20poly1305, secp256k1

Affects gl-client::export

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.

chacha20poly1305 export
secp256k1 export

Enables secp256k1 ^0.26.0