# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "avatar-cli" version = "0.18.1" authors = ["Andres Correa Casablanca "] include = ["src/**/*", "Cargo.toml", "Cargo.lock"] description = "Magic wrapper to run containerized CLI tools" homepage = "https://www.avatar-cli.dev" readme = "README.md" keywords = ["cli", "containers", "docker"] categories = ["config", "command-line-utilities", "development-tools", "emulators"] license = "GPL-3.0" repository = "https://gitlab.com/avatar-cli/avatar-cli.git" [profile.release] lto = true codegen-units = 1 [[bin]] name = "avatar" path = "src/main.rs" [dependencies.atty] version = "0.2" [dependencies.clap] version = "2.33" [dependencies.dirs] version = "3.0" [dependencies.duct] version = "0.13" [dependencies.exitcode] version = "1.1" [dependencies.hex] version = "0.4" features = ["serde"] [dependencies.nix] version = "0.18" [dependencies.rand] version = "0.7" features = ["std"] default-features = false [dependencies.ring] version = "0.16" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.8" [dependencies.which] version = "4.0" [badges.gitlab] branch = "main" repository = "https://gitlab.com/avatar-cli/avatar-cli.git" [badges.maintenance] status = "experimental"