# 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" rust-version = "1.80" name = "cargo-outdir" version = "0.2.1" authors = ["Techcable "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A cargo subcommand to get the $OUT_DIR environment variable from build scripts." readme = "README.md" keywords = [ "cargo", "out-dir", "subcommand", "outdir", "OUT_DIR", ] categories = [ "development-tools::cargo-plugins", "development-tools::build-utils", "command-line-utilities", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Techcable/cargo-out" [profile.release] lto = "thin" [[bin]] name = "cargo-outdir" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.cargo_metadata] version = "0.18" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.clap-cargo] version = "0.14" features = ["cargo_metadata"] [dependencies.indexmap] version = "2" features = ["serde"] [dependencies.regex] version = "1" [dependencies.semver] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1"