# 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 = "rustcbuildx" version = "0.5.0" authors = ["Pierre Fenoll "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "$RUSTC_WRAPPER tool to sandbox 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 = "rustcbuildx" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.camino] version = "1" [dependencies.env_logger] version = "0.11" [dependencies.home] version = "0,>=0.5" [dependencies.log] version = "0,>=0.4" [dependencies.pretty_assertions] version = "1" [dependencies.rustflags] version = "0,>=0.1" [dependencies.supergreen] version = "0,>=0.5" [dependencies.tokio] version = "1" features = [ "macros", "io-util", "process", "rt-multi-thread", "time", ]