[package] name = "niftygate-bindings" version = "0.8.0" authors = ["Chris Olstrom "] edition = "2018" license = "MIT" repository = "https://github.com/colstrom/niftygate/" documentation = "https://docs.rs/niftygate-bindings/" description = "OpenZeppelin Bindings for NiftyGate" [dependencies] ethcontract = { version = "0.17.0", default-features = false, features = ["derive"] } serde = { version = "1.0.137", features = ["derive"] }