[package] name = "osmium-libs-solidity-ast-extractor" description = "Extracts the AST from a Solidity file" license = "GPL-3.0-or-later" repository = "https://github.com/astrodevs-labs/osmium" version = "0.1.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] quote = "1.0.33" proc-macro2 = { version = "1.0.66", features = ["span-locations"]} syn-solidity = { version = "0.4.0", features = ["visit"] } thiserror = "1" syn = "2"