# 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 = "containeryard" version = "0.2.7" authors = ["Henry McMahon"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Container Yard is a declarative, reproducible, and reusable decentralized approach for defining containers. Think Nix flakes meets Containerfiles (aka Dockerfiles)." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/mcmah309/containeryard" [package.metadata.deb] assets = [[ "target/release/yard", "usr/bin/", "755", ]] copyright = "2024, Dillon Henry McMahon " depends = "$auto" extended-description = "Container Yard is a declarative, reproducible, and reusable decentralized approach for defining containers." maintainer = "Dillon Henry McMahon " priority = "optional" section = "utility" [profile.dist] lto = true codegen-units = 1 inherits = "release" strip = true [[bin]] name = "yard" path = "src/main.rs" [[test]] name = "mod" path = "tests/mod.rs" [dependencies.anyhow] version = "1" [dependencies.clap] version = "4" features = ["derive"] [dependencies.const_format] version = "0.2" [dependencies.dirs] version = "5" [dependencies.duct_sh] version = "0.13" [dependencies.futures] version = "0.3" [dependencies.jsonschema] version = "0.26" [dependencies.regex] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_yaml] version = "0.9" [dependencies.tera] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" [dev-dependencies.assert_cmd] version = "2" [dev-dependencies.predicates] version = "3"