ethprim 0.3.1

Ethereum primitive type meta-crate
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 = "ethprim"
version = "0.3.1"
authors = ["Nicholas Rodrigues Lordello <nlordell@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ethereum primitive type meta-crate"
homepage = "https://github.com/nlordell/ethprim-rs"
documentation = "https://docs.rs/ethprim"
readme = "README.md"
keywords = [
    "address",
    "ethereum",
    "hash",
    "primitive",
    "meta",
]
categories = [
    "cryptography::cryptocurrencies",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/nlordell/ethprim-rs"

[package.metadata.docs.rs]
features = [
    "serde",
    "std",
]

[features]
default = ["std"]
serde = [
    "ethaddr/serde",
    "ethdigest/serde",
    "ethnum/serde",
]
sha3 = [
    "ethaddr/sha3",
    "ethdigest/sha3",
]
std = [
    "ethaddr/std",
    "ethdigest/std",
]

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

[dependencies.ethaddr]
version = "0.2.3"
default-features = false

[dependencies.ethdigest]
version = "0.4.1"
default-features = false

[dependencies.ethnum]
version = "1"
features = ["macros"]