# 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 = "cxx-clang" version = "0.0.1" authors = ["silvanshade "] description = "cxx-style FFI bindings to the Clang C++ API" license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/silvanshade/cxx-clang" [dependencies.cxx] version = "1.0" features = ["c++20"] [dependencies.cxx-auto] version = "0.0" [dependencies.cxx-clang-auto] version = "0.0" [dependencies.cxx-llvm] version = "0.0" [dependencies.cxx-llvm-auto] version = "0.0" [dependencies.moveref] version = "0.0" [dependencies.tracing] version = "0.1" optional = true [dev-dependencies.static_assertions] version = "1.1" [build-dependencies.cxx-clang-auto] version = "0.0" [build-dependencies.cxx-clang-build] version = "0.0" [build-dependencies.cxx-llvm-build] version = "0.0" [build-dependencies.cxx-llvm-build-common] version = "0.0" [features] debug = ["tracing"]