c2rust-ast-exporter 0.10.0

Clang AST extraction API for use in the C2Rust project
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "c2rust-ast-exporter"
version = "0.10.0"
authors = ["The C2Rust Project Developers <c2rust@immunant.com>", "Eric Mertens <emertens@galois.com>", "Alec Theriault <atheriault@galois.com>"]
links = "clangAstExporter"
description = "Clang AST extraction API for use in the C2Rust project"
homepage = "https://c2rust.com/"
license = "BSD-3-Clause"
repository = "https://github.com/immunant/c2rust"
[dependencies.libc]
version = "0.2"

[dependencies.serde]
version = "1.0"

[dependencies.serde_bytes]
version = "0.11"

[dependencies.serde_cbor]
version = "0.9"
[build-dependencies.bindgen]
version = "0.49"
features = ["logging"]

[build-dependencies.clang-sys]
version = "0.28"

[build-dependencies.cmake]
version = "0.1"

[build-dependencies.env_logger]
version = "0.6"

[features]
default = []
llvm-static = []