c2rust 0.10.1

C to Rust translation, refactoring, and cross-checking
# 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]
edition = "2018"
name = "c2rust"
version = "0.10.1"
authors = ["The C2Rust Project Developers <c2rust@immunant.com>"]
description = "C to Rust translation, refactoring, and cross-checking"
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"
[dependencies.c2rust-refactor]
version = "0.10.1"

[dependencies.c2rust-transpile]
version = "0.10.0"

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

[dependencies.env_logger]
version = "0.6.0"

[dependencies.log]
version = "0.4.0"

[dependencies.regex]
version = "1"

[dependencies.shlex]
version = "0.1.1"
[build-dependencies.chrono]
version = "0.4"

[build-dependencies.rustc_version]
version = "0.2"

[features]
llvm-static = ["c2rust-transpile/llvm-static"]
[badges.azure-devops]
build = "1"
pipeline = "immunant.c2rust"
project = "immunant/c2rust"

[badges.travis-ci]
repository = "immunant/c2rust"