# 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 = "c3_clang_extensions" version = "0.3.9" authors = ["Kornel Lesiński "] links = "c3_clang_extensions" include = [ "src/*.cpp", "src/*.c", "src/*.rs", "build.rs", "Cargo.toml", "README.md", "vendor/**", ] description = """ Ugly hacks to get information hidden/malformed by libclang See C3 for usable interface.""" homepage = "https://gitlab.com/citrus-rs/c3" readme = "README.md" license = "NCSA" repository = "https://gitlab.com/citrus-rs/c3.git" [dependencies.clang-sys] version = "0.29" features = [ "static", "clang_4_0", ] [build-dependencies.cc] version = "1.0.3" [build-dependencies.dunce] version = "0.1.0"