# 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 = "buildxargs" version = "1.2.0" authors = ["Pierre Fenoll "] description = "xargs for BuildKit with docker buildx bake" readme = "README.md" keywords = [ "xargs", "buildkit", "docker", "visualization", ] license = "MIT" repository = "https://github.com/fenollp/buildxargs" [dependencies.clap] version = "4" features = [ "derive", "color", ] [dependencies.shlex] version = "1" [dependencies.tempfile] version = "3" [dev-dependencies.assert_cmd] version = "2" [dev-dependencies.assert_fs] version = "1" [dev-dependencies.predicates] version = "3"