[dependencies.proc-macro2]
version = "0.4"
[dependencies.quote]
version = "0.6"
[dependencies.serde]
version = "1.0"
[dependencies.serde_derive]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.syn]
features = ["full", "extra-traits"]
version = "0.15"
[dependencies.tiny-keccak]
default-features = false
version = "1.4"
[lib]
proc-macro = true
[package]
authors = ["NikVolf <nikvolf@gmail.com>", "Alexey Frolov <alexey@parity.io>"]
categories = ["no-std", "embedded"]
description = "Rust WebAssembly Contracts Abi (derive macros)"
documentation = "https://paritytech.github.io/pwasm-abi/pwasm_abi/"
edition = "2018"
keywords = ["wasm", "parity", "webassembly", "blockchain", "abi"]
license = "MIT/Apache-2.0"
name = "owasm-abi-derive"
readme = "README.md"
repository = "https://github.com/oasislabs/owasm-abi"
version = "0.4.0"