# 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 = "cargo-careful" version = "0.4.3" authors = ["Ralf Jung"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Execute Rust code carefully, with extra checking along the way" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/RalfJung/cargo-careful" [[bin]] name = "cargo-careful" path = "src/main.rs" [dependencies.anyhow] version = "1.0.65" [dependencies.directories] version = "5" [dependencies.rustc-build-sysroot] version = "0.5.3" [dependencies.rustc_version] version = "0.4" [dependencies.serde_json] version = "1.0.87"