[package]
name = "ethnum-intrinsics"
version = "1.2.0"
authors = ["Nicholas Rodrigues Lordello <nlordell@gmail.com>"]
edition = "2021"
description = "LLVM generated 256-bit integer intrinsics"
documentation = "https://docs.rs/ethnum-intrinsics"
readme = "README.md"
homepage = "https://github.com/nlordell/ethnum-rs"
repository = "https://github.com/nlordell/ethnum-rs"
license = "MIT OR Apache-2.0"
keywords = ["integer", "u256", "ethereum"]
categories = ["cryptography::cryptocurrencies", "mathematics", "no-std"]
build = "build/main.rs"
links = "ethnum"
[build-dependencies]
cc = "1"