# 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" rust-version = "1.71.0" name = "bindgen_helpers" version = "0.2.0" authors = ["Yuri Astrakhan "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Utilities to rename, change case, and fix Rust code generated by bindgen from C headers" readme = "README.md" keywords = [ "ffi", "bindgen", "rename", "case", "convert", ] categories = [ "development-tools::ffi", "development-tools::build-utils", ] license = "MIT OR Apache-2.0" repository = "https://github.com/nyurik/bindgen_helpers" [lib] name = "bindgen_helpers" path = "src/lib.rs" [dependencies.bindgen] version = "0.*" [dependencies.convert_case] version = "0.6.0" [dependencies.regex] version = "1.11.1" [dev-dependencies.insta] version = "1.41.1"