# 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 = "c2rust-ast-exporter" version = "0.19.0" authors = ["The C2Rust Project Developers "] build = "build.rs" links = "clangAstExporter" autobins = false autoexamples = false autotests = false autobenches = false description = "Clang AST extraction API for use in the C2Rust project" homepage = "https://c2rust.com/" readme = "README.md" keywords = [ "transpiler", "migration", "translation", "c", ] categories = [ "development-tools", "development-tools::ffi", "command-line-utilities", ] license = "BSD-3-Clause" repository = "https://github.com/immunant/c2rust/" [lib] name = "c2rust_ast_exporter" path = "src/lib.rs" [dependencies.libc] version = "0.2" [dependencies.serde] version = "1.0" [dependencies.serde_bytes] version = "0.11" [dependencies.serde_cbor] version = "0.11" [build-dependencies.bindgen] version = "0.65" features = ["logging"] [build-dependencies.c2rust-build-paths] version = "0.19.0" [build-dependencies.clang-sys] version = "1.3" [build-dependencies.cmake] version = "0.1.49" [build-dependencies.env_logger] version = "0.10" [features] default = [] llvm-static = []