[package] name = "rustmate" version = "0.1.0" edition = "2021" license = "AGPL-3.0" homepage = "https://github.com/cairoeth/rustmate" repository = "https://github.com/cairoeth/rustmate" keywords = ["arbitrum", "ethereum", "stylus", "alloy", "rust"] description = "Blazing fast, modern, and optimized Rust building blocks for smart contract development using Stylus." readme = "README.md" [dependencies] alloy-primitives = "0.3.1" alloy-sol-types = "0.3.1" stylus-sdk = "0.4.2" wee_alloc = "0.4.5" [features] export-abi = ["stylus-sdk/export-abi"]