eth_pairings_repr_derive 0.1.0

Fixed size big integer representation derivation macro
Documentation
[package]
name = "eth_pairings_repr_derive"
version = "0.1.0"
authors = ["Alex Vlasov <alex.m.vlasov@gmail.com>"]
edition = "2018"
description = "Fixed size big integer representation derivation macro"
homepage = "https://github.com/matter-labs/eip1962"
license = "Apache-2.0"
license-file = "LICENSE"

[lib]
proc-macro = true

[dependencies]
byteorder = "1.3"
num-bigint = "0.2"
num-traits = "0.2"
num-integer = "0.1"
proc-macro2 = "0.4"
quote = "0.6"
syn = "0.14"