# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "rusty-bind-parser" version = "0.3.7" 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" license = "GPL-3.0-only" repository = "https://gitlab.com/wildland/corex/rusty-bind" resolver = "1" [dependencies.anyhow] version = "1.0" [dependencies.cfg-expr] version = "0.15" [dependencies.const_format] version = "0.2" [dependencies.convert_case] version = "0.6" [dependencies.derivative] version = "2.2" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0" features = [ "full", "extra-traits", "parsing", ] [dev-dependencies.pretty_assertions] version = "1.3"