# 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 = "arcam" version = "0.1.10" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Sandboxed development containers at your fingertips" readme = "README.md" keywords = [ "container", "podman", "docker", ] categories = [ "command-line-utilities", "virtualization", ] license = "GPL-2.0-or-later" repository = "https://github.com/sandorex/arcam" [[bin]] name = "arcam" path = "src/main.rs" [dependencies.base64] version = "0.22.1" [dependencies.bson] version = "2.13.0" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.11" features = [ "derive", "env", ] [dependencies.code-docs-rs] version = "0.1.0" [dependencies.ctrlc] version = "3.4.5" features = ["termination"] [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.shellexpand] version = "3.1.0" [dependencies.toml] version = "0.8.19" [build-dependencies.anyhow] version = "1.0.86" [build-dependencies.vergen-git2] version = "1.0.0" features = []