# 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 = "c_source_parser_ffi" version = "2024.12.3" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Scan C/C++ source tree to get #include dependency and symbols" readme = "README.md" keywords = [ "ffi", "rust", "c", "clang", ] categories = [ "api-bindings", "external-ffi-bindings", "development-tools::ffi", "development-tools", ] license = "LGPL-3.0+" repository = "https://github.com/ascpkg/asc/tree/main/c_source_parser_ffi" [lib] name = "c_source_parser_ffi" path = "src/lib.rs" [dependencies] [build-dependencies.cc] version = "1.2.1" [build-dependencies.toml] version = "0.8.19"