c2rust 0.22.0

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 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"
version = "0.22.0"
authors = ["The C2Rust Project Developers <c2rust@immunant.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "c2rust"
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/"

[features]
llvm-static = ["c2rust-transpile/llvm-static"]

[[bin]]
name = "c2rust"
path = "src/main.rs"

[[bin]]
name = "c2rust-transpile"
path = "src/bin/c2rust-transpile.rs"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.clap]
version = "3.2.22"
features = [
    "yaml",
    "cargo",
    "derive",
]

[dependencies.env_logger]
version = "0.10"

[dependencies.is_executable]
version = "1.0"

[dependencies.log]
version = "0.4"

[dependencies.regex]
version = "1.3"

[dependencies.shlex]
version = "1.3"

[build-dependencies.c2rust-build-paths]
version = "0.22.0"