# 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-green" version = "0.10.0" authors = ["Pierre Fenoll "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Cargo plugin and $RUSTC_WRAPPER to sandbox & cache cargo builds and execute jobs remotely" readme = "README.md" keywords = [ "build", "buildkit", "docker", "DOCKER_HOST", "RUSTC_WRAPPER", ] categories = [ "caching", "compilers", "concurrency", "development-tools::build-utils", ] license = "MIT" repository = "https://github.com/fenollp/supergreen" [[bin]] name = "cargo-green" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.camino] version = "1" [dependencies.cargo-subcommand-metadata] version = "0, >=0.1" [dependencies.env_logger] version = "0.11" [dependencies.futures] version = "0.3" [dependencies.home] version = "0, >=0.5" [dependencies.log] version = "0, >=0.4" [dependencies.nutype] version = "0, >=0.4" [dependencies.pretty_assertions] version = "1" [dependencies.reqwest] version = "0.12" features = ["rustls-tls"] default-features = false [dependencies.rustc_version] version = "0, >=0.4" [dependencies.rustflags] version = "0, >=0.1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde-jsonlines] version = "0, >=0.6" features = ["async"] [dependencies.serde_json] version = "1" [dependencies.sha256] version = "1" [dependencies.szyk] version = "1" [dependencies.tokio] version = "1" features = [ "macros", "io-util", "process", "rt-multi-thread", "time", ] [dependencies.toml] version = "0, >=0.8" [dev-dependencies.assertx] version = "1" features = ["logging"]