# 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.0" authors = ["Nicholas Rodrigues Lordello "] 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", ] [dependencies.ethaddr] version = "0.2.2" default-features = false [dependencies.ethdigest] version = "0.4.0" default-features = false [dependencies.ethnum] version = "1" features = ["macros"] [features] default = ["std"] serde = [ "ethaddr/serde", "ethdigest/serde", "ethnum/serde", ] sha3 = [ "ethaddr/sha3", "ethdigest/sha3", ] std = [ "ethaddr/std", "ethdigest/std", ]