rustabi-derive 6.0.2

Easy to use conversion of sophon contract calls to bytecode.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

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

[lib]
proc-macro = true
[dependencies.heck]
version = "0.3"

[dependencies.proc-macro2]
version = "0.4"

[dependencies.quote]
version = "0.6"

[dependencies.rustabi]
version = "6.0"

[dependencies.syn]
version = "0.15"