[package] authors = ["Golem Foundation Contributors "] description = "Build script for generating gluecode using rusty-bind" documentation = "https://wildland.gitlab.io/corex/rusty-bind" edition = "2021" license = "GPL-3.0-only" name = "rusty-bind-build" repository = "https://gitlab.com/wildland/corex/rusty-bind" version = "0.3.7" [dependencies] anyhow = { version = "1.0" } cfg-expr = { version = "0.15" } prettyplease = { version = "0.2" } rusty-bind-parser = { version = "0.3.7", path = "../rusty-bind-parser" } syn = { version = "2.0", features = ["full"] }