[package] authors = ["Golem Foundation Contributors "] description = """ Rust crate for generating Swift, C++, SWIG and WebAssembly glue code out of the input rust module containing declarations of types and functions. """ documentation = "https://wildland.gitlab.io/corex/rusty-bind" edition = "2021" license = "GPL-3.0-only" name = "rusty-bind" repository = "https://gitlab.com/wildland/corex/rusty-bind" version = "0.3.7" [lib] proc-macro = true [dependencies] quote = { version = "1.0" } syn = { version = "2.0", features = ["parsing"] }