# 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.81.0" name = "ecs_helpers" version = "0.0.4" authors = ["Vasiliy Kuzenkov "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A tool for managing the deployment process of an application in Amazon Elastic Container Service (ECS)" readme = "README.md" keywords = [ "AWS", "cli", "ECS", ] license = "MIT" [profile.release] opt-level = "z" strip = true [lib] name = "ecs_helpers" path = "src/lib.rs" [[bin]] name = "ecs_helpers" path = "src/main.rs" [[test]] name = "build_and_push_command" path = "tests/build_and_push_command.rs" [[test]] name = "deploy_command" path = "tests/deploy_command.rs" [[test]] name = "exec_command" path = "tests/exec_command.rs" [[test]] name = "export_env_secrets_command" path = "tests/export_env_secrets_command.rs" [[test]] name = "export_images_command" path = "tests/export_images_command.rs" [[test]] name = "help_command" path = "tests/help_command.rs" [[test]] name = "login_command" path = "tests/login_command.rs" [[test]] name = "run_command_command" path = "tests/run_command_command.rs" [dependencies.aws-config] version = "1.5.5" features = ["behavior-version-latest"] [dependencies.aws-sdk-ecr] version = "1.43.0" [dependencies.aws-sdk-ecrpublic] version = "1.41.0" [dependencies.aws-sdk-ecs] version = "1.43.0" [dependencies.aws-sdk-ssm] version = "1.46.0" [dependencies.aws-sdk-sts] version = "1.10.0" [dependencies.aws-smithy-runtime] version = "1.6.2" features = ["test-util"] [dependencies.aws-smithy-runtime-api] version = "1.7.1" features = ["test-util"] [dependencies.aws-smithy-types] version = "1.2.0" features = ["test-util"] [dependencies.base64] version = "0.22.1" [dependencies.clap] version = "4.5.17" features = [ "derive", "env", ] [dependencies.futures] version = "0.3.30" [dependencies.git2] version = "0.19.0" [dependencies.http] version = "1.1.0" [dependencies.log] version = "0.4.22" [dependencies.miette] version = "7.2.0" features = ["fancy"] [dependencies.regex] version = "1.10.6" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1.40.0" features = ["full"] [dependencies.tracing-subscriber] version = "0.3.15" features = ["env-filter"] [dev-dependencies.assert_cmd] version = "2.0.16" [dev-dependencies.sealed_test] version = "1.1.0" [build-dependencies.clap] version = "4.4.12" features = [ "derive", "env", ] [build-dependencies.clap_complete] version = "4.5.26" [build-dependencies.clap_mangen] version = "0.2.23"