[package] name = "bbachain-frozen-abi-macro" version = "0.1.1" description = "BBA Chain Frozen ABI Macro" authors = ["BTI Group Labs "] repository = "https://github.com/btigrouplabs/bbachain" license = "Apache-2.0" homepage = "https://bbachain.com/" documentation = "https://docs.rs/bbachain-frozen-abi-macro" edition = "2021" [lib] proc-macro = true [dependencies] proc-macro2 = "1.0" quote = "1.0" syn = { version = "1.0", features = ["full", "extra-traits"] } [build-dependencies] rustc_version = "0.4"