# 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.18.0" authors = ["The C2Rust Project Developers "] 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/" resolver = "1" [dependencies.anyhow] version = "1.0" [dependencies.c2rust-transpile] version = "0.18.0" [dependencies.clap] version = "3.2.22" features = [ "yaml", "cargo", "derive", ] [dependencies.env_logger] version = "0.10" [dependencies.git-testament] version = "0.2.1" [dependencies.is_executable] version = "1.0" [dependencies.log] version = "0.4" [dependencies.regex] version = "1.3" [dependencies.shlex] version = "1.1" [dependencies.time-macros] version = "=0.2.6" [build-dependencies.c2rust-build-paths] version = "0.18.0" [features] llvm-static = ["c2rust-transpile/llvm-static"] [badges.azure-devops] build = "1" pipeline = "immunant.c2rust" project = "immunant/c2rust" [badges.travis-ci] repository = "immunant/c2rust"