c2rust-refactor 0.10.0

C2Rust refactoring tool implementation
# 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.10.0"
authors = ["The C2Rust Project Developers <c2rust@immunant.com>", "Stuart Pernsteiner <spernsteiner@galois.com>"]
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.10.0"

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

[dependencies.cargo]
version = "0.34.0"

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

[dependencies.derive_more]
version = "0.14"

[dependencies.diff]
version = "0.1.10"

[dependencies.ena]
version = "0.13"

[dependencies.env_logger]
version = "0.6"

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

[dependencies.json]
version = "0.11.8"

[dependencies.libc]
version = "0.2.28"

[dependencies.log]
version = "0.4"

[dependencies.regex]
version = "1.1.0"

[dependencies.rlua]
version = "0.16"

[dependencies.slotmap]
version = "0.3"
features = ["unstable"]