web3-address 0.6.0

Address type for web3 public keys
Documentation
# 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"
name = "web3-address"
version = "0.6.0"
description = "Address type for web3 public keys"
license = "MIT OR Apache-2.0"

[dependencies.hex]
version = "0.4"
features = ["serde"]
optional = true

[dependencies.k256]
version = "0.13.1"
features = ["ecdsa"]
optional = true

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

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

[dependencies.subtle]
version = "2.4"
optional = true

[dependencies.thiserror]
version = "1"

[dev-dependencies.anyhow]
version = "1"

[dev-dependencies.rand]
version = "0.8"

[features]
ethereum = [
    "k256",
    "subtle",
    "sha3",
    "hex",
]