Cargo Features

Cypheraddr has no features set by default.

[dependencies]
cypheraddr = { version = "0.4.0", features = ["dns", "tor", "i2p", "nym", "p2p-ed25519", "p2p-secp256k1", "serde"] }
dns

Affects host::InetHost, proxied::ProxiedAddr.proxy_addr

tor = base32, sha3

Enables ed25519 of cyphergraphy

Affects cypheraddr::tor

i2p

Enables ed25519 of cyphergraphy

Affects cypheraddr::i2p

nym

Affects cypheraddr::nym

p2p-ed25519

Enables ed25519 of cyphergraphy

p2p-secp256k1

Enables secp256k1 of cyphergraphy

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.

cyphergraphy i2p? p2p-ed25519? p2p-secp256k1? tor?
sha3 tor?
base32 tor?

Enables base32 ^0.4.0

serde implicit feature

Enables serde

serde:

A generic serialization/deserialization framework