# 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 = "ssh_auth_podman_push" version = "1.1.1" authors = ["bestia.dev"] include = [ "Cargo.toml", "LICENSE", "README.md", "src/*", ] publish = true description = "Store and use encrypted docker-hub secret_token with SSH key" homepage = "https://bestia.dev" readme = "README.md" keywords = [ "work-in-progress", "rustlang", "docker-hub", ] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/CRUSTDE-ContainerizedRustDevEnv/ssh_auth_podman_push" [lib] name = "ssh_auth_podman_push_lib" path = "src/lib.rs" doc = true [[bin]] name = "ssh_auth_podman_push" path = "src/bin/ssh_auth_podman_push/main.rs" doc = true [dependencies.aes-gcm] version = "0.10.3" [dependencies.anyhow] version = "1.0.56" [dependencies.base64ct] version = "1.6.0" [dependencies.camino] version = "1.1.6" [dependencies.cargo_auto_encrypt_secret_lib] version = "1.1.4" [dependencies.cargo_auto_lib] version = "2.4.3" [dependencies.inquire] version = "0.7.4" [dependencies.log] version = "0.4" [dependencies.pretty_env_logger] version = "0.5.0" [dependencies.rsa] version = "0.9.6" [dependencies.secrecy] version = "0.8.0" [dependencies.ssh-key] version = "0.6.6" [dependencies.thiserror] version = "1.0.30" [dependencies.time] version = "0.3.36" features = [ "macros", "local-offset", ] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-appender] version = "0.2.2" [dependencies.tracing-subscriber] version = "0.3.18" features = [ "env-filter", "std", "fmt", "time", ]