# 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-refactor" version = "0.15.0" authors = ["The C2Rust Project Developers ", "Stuart Pernsteiner "] build = "build.rs" description = "C2Rust refactoring tool implementation" homepage = "https://c2rust.com/" license = "BSD-3-Clause" repository = "https://github.com/immunant/c2rust" [lib] name = "c2rust_refactor" path = "src/lib.rs" [dependencies.c2rust-ast-builder] version = "0.15.0" [dependencies.c2rust-ast-printer] version = "0.15.0" [dependencies.c2rust-macros] version = "0.15.0" [dependencies.cargo] version = "0.44" [dependencies.clap] version = "2.33" features = ["yaml"] [dependencies.derive_more] version = "0.99" [dependencies.diff] version = "0.1" [dependencies.ena] version = "0.13" [dependencies.env_logger] version = "0.7" [dependencies.flame] version = "0.2.2" optional = true [dependencies.flamer] version = "0.4" optional = true [dependencies.indexmap] version = "1.0.1" features = ["serde-1"] [dependencies.json] version = "0.12" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.regex] version = "1.1" [dependencies.rlua] version = "0.17" [dependencies.slotmap] version = "0.4" features = ["unstable"] [dev-dependencies.quickcheck] version = "0.9.0" [dev-dependencies.rand] version = "0.7" [dev-dependencies.z3] version = "0.4.0" [features] default = [] profile = ["flame", "flamer"]