cypheraddr 0.4.1

Network address types supporting proxying, mixnets, P2P with minimalistic dependencies (part of cyphernet suite)
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.69"
name = "cypheraddr"
version = "0.4.1"
authors = ["Dr. Maxim Orlovsky <orlovsky@cyphernet.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Network address types supporting proxying, mixnets, P2P with minimalistic dependencies (part of cyphernet suite)"
homepage = "https://cyphernet.io"
readme = "README.md"
keywords = [
    "cyphernet",
    "privacy",
    "tor",
    "nym",
    "i2p",
]
categories = [
    "network-programming",
    "encoding",
]
license = "Apache-2.0"
repository = "https://github.com/Cyphernet-DAO/rust-cyphernet"

[package.metadata.docs.rs]
all-features = true
rustc-args = [
    "--cfg",
    "docsrs",
]

[features]
dns = []
i2p = [
    "base32",
    "cyphergraphy/ed25519",
]
nym = []
p2p-ed25519 = ["cyphergraphy/ed25519"]
p2p-secp256k1 = ["cyphergraphy/secp256k1"]
tor = [
    "base32",
    "cyphergraphy/ed25519",
    "sha3",
]

[lib]
name = "cypheraddr"
path = "src/lib.rs"

[dependencies.amplify]
version = "4.6.0"

[dependencies.base32]
version = "0.4.0"
optional = true

[dependencies.cyphergraphy]
version = "0.3.0"
optional = true

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true

[dependencies.sha3]
version = "0.10.8"
optional = true