[dependencies.alloy-primitives]
version = "0.7"
[dependencies.clap]
features = ["derive"]
version = "4.5.4"
[dependencies.derivative]
version = "2.2"
[dependencies.prettyplease]
version = "0.2"
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.sha3]
version = "0.10"
[dependencies.syn]
features = ["parsing", "printing"]
version = "2"
[package]
authors = ["Roman Zubov <romazu@protonmail.com>"]
categories = ["api-bindings", "development-tools::ffi", "parser-implementations", "encoding", "data-structures"]
description = "Rust bindings for storage layouts of solidity contracts"
edition = "2021"
keywords = ["ethereum", "evm", "bindings", "solidity", "contract-storage"]
license = "MIT"
name = "rustsol"
readme = "README.md"
repository = "https://github.com/romazu/rustsol"
version = "0.2.0"