[dependencies.ethnum-intrinsics]
optional = true
version = "=1.2.0"
[dependencies.serde]
default-features = false
optional = true
version = "1"
[features]
llvm-intrinsics = ["ethnum-intrinsics"]
macros = []
[package]
authors = ["Nicholas Rodrigues Lordello <nlordell@gmail.com>"]
categories = ["cryptography::cryptocurrencies", "mathematics", "no-std"]
description = "256-bit integer implementation"
documentation = "https://docs.rs/ethnum"
edition = "2021"
homepage = "https://github.com/nlordell/ethnum-rs"
keywords = ["integer", "u256", "ethereum"]
license = "MIT OR Apache-2.0"
name = "ethnum"
readme = "README.md"
repository = "https://github.com/nlordell/ethnum-rs"
version = "1.5.0"
[package.metadata.docs.rs]
features = ["serde"]