rustabi-derive 6.0.2

Easy to use conversion of sophon contract calls to bytecode.
Documentation
[package]
name = "rustabi-derive"
version = "6.0.2"
authors = ["Susy Technologies <admin@superstring.ch>"]
homepage = "https://github.com/susytech/rustabi"
license = "MIT"
keywords = ["sophon", "s", "abi", "solidity", "derive"]
description = "Easy to use conversion of sophon contract calls to bytecode."

[lib]
proc-macro = true

[dependencies]
rustabi = { path = "../rustabi", version = "6.0" }
heck = "0.3"
syn = "0.15"
quote = "0.6"
proc-macro2 = "0.4"