[package] name = "starknet-macros" version = "0.2.1" authors = ["Jonathan LEI "] license = "MIT OR Apache-2.0" edition = "2021" readme = "README.md" repository = "https://github.com/xJonathanLEI/starknet-rs" homepage = "https://starknet.rs/" description = """ Procedural macros for `starknet` """ keywords = ["ethereum", "starknet", "web3"] [lib] proc-macro = true [dependencies] starknet-core = { version = "0.12.0", path = "../starknet-core" } syn = "2.0.15" [features] default = [] use_imported_type = [] [lints] workspace = true