[package] authors = ["Golem Foundation Contributors "] description = "Parses Rust module, generates Rust code with C ABI bindings and C/C++ header files and Swift gluecode" documentation = "https://wildland.gitlab.io/corex/rusty-bind" edition = "2021" license = "GPL-3.0-only" name = "rusty-bind-parser" repository = "https://gitlab.com/wildland/corex/rusty-bind" version = "0.3.7" [dependencies] anyhow = { version = "1.0" } cfg-expr = { version = "0.15" } const_format = { version = "0.2" } convert_case = { version = "0.6" } derivative = { version = "2.2" } proc-macro2 = { version = "1.0" } quote = { version = "1.0" } syn = { version = "2.0", features = ["full", "extra-traits", "parsing"] } [dev-dependencies] pretty_assertions = { version = "1.3" }