# 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 = "2018" name = "cglue-bindgen" version = "0.3.0" authors = ["Aurimas Blažulionis <0x60@pm.me>"] description = "cleanup cbindgen headers for CGlue" documentation = "https://docs.rs/cglue-bindgen" readme = "README.md" keywords = [ "cglue", "abi", "ffi", "cbindgen", ] categories = [ "text-processing", "command-line-interface", ] license = "MIT" repository = "https://github.com/h33p/cglue" [dependencies.itertools] version = "0.10" [dependencies.log] version = "0.4" [dependencies.regex] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.toml] version = "0.5"