c2rust-transpile 0.10.0

C2Rust transpiler implementation
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-transpile"
version = "0.10.0"
authors = ["The C2Rust Project Developers <c2rust@immunant.com>", "Eric Mertens <emertens@galois.com>", "Alec Theriault <atheriault@galois.com>"]
description = "C2Rust transpiler implementation"
homepage = "https://c2rust.com/"
license = "BSD-3-Clause"
repository = "https://github.com/immunant/c2rust"
[dependencies.c2rust-ast-builder]
version = "0.10.0"

[dependencies.c2rust-ast-exporter]
version = "0.10.0"

[dependencies.clap]
version = "2.33"
features = ["yaml"]

[dependencies.dtoa]
version = "0.4.2"

[dependencies.failure]
version = "0.1.5"

[dependencies.fern]
version = "0.5"
features = ["colored"]

[dependencies.handlebars]
version = "1.1.0"

[dependencies.indexmap]
version = "1.0.1"
features = ["serde-1"]

[dependencies.itertools]
version = "0.8"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.pathdiff]
version = "0.1.0"

[dependencies.regex]
version = "1"

[dependencies.serde]
version = "1.0"

[dependencies.serde_cbor]
version = "0.9"

[dependencies.serde_derive]
version = "1.0.80"

[dependencies.serde_json]
version = "1.0"

[dependencies.strum]
version = "0.15"

[dependencies.strum_macros]
version = "0.15"

[features]
llvm-static = ["c2rust-ast-exporter/llvm-static"]