[package] name = "un-prim" version = "0.1.2" edition = "2021" license = "GPL-3.0-or-later" authors = ["Ade M Ramdani "] description = "Custom primitive types" readme = "README.md" keywords = ["u256", "eth-types", "ethereum", "un-prim"] repository = "https://github.com/rebrave04/un-prim" documentation = "https://docs.rs/un-prim/latest" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = "1.0"