Cargo Features

Web3Utilities has no features set by default.

[dependencies]
web3utilities = { version = "2.2.0", features = ["full", "base58", "hex", "ed25519", "sr25519", "random", "common", "tai64", "clonable_secret", "debug_secret", "zeroize_ed25519_public", "zeroize_ed25519_signature", "zeroize_sr25519_public", "zeroize_sr25519_signature", "zeroize_aead"] }
full = base58, clonable_secret, common, debug_secret, ed25519, hex, random, sr25519, tai64, zeroize_aead, zeroize_ed25519_public, zeroize_ed25519_signature, zeroize_sr25519_public, zeroize_sr25519_signature, zeroize_timestamp, zeroize_x25519_public
base58 full?

Enables bs58 ^0.4.0

hex full?

Enables hex

ed25519 full? = common

Enables ed25519-dalek ^1.0.1

sr25519 full? = common

Enables schnorrkel ^0.10.2

random full?

Enables nanorand

common ed25519? full? sr25519?
tai64 full?

Enables tai64

clonable_secret full?
debug_secret full?

Enables hex

zeroize_timestamp zeroize_ed25519_public full?
zeroize_ed25519_signature full?
zeroize_sr25519_public full?
zeroize_sr25519_signature full?
zeroize_x25519_public zeroize_aead full?

Web3Utilities has 15 features without comments.