ebman 0.24.0

k9s-style TUI for AWS Elastic Beanstalk
Documentation
# 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.91"
name = "ebman"
version = "0.24.0"
authors = ["Tom Baldwin <tom@polymorphism.co.uk>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "k9s-style TUI for AWS Elastic Beanstalk"
homepage = "https://github.com/tombaldwin/ebman"
readme = "README.md"
keywords = [
    "aws",
    "elasticbeanstalk",
    "tui",
    "ratatui",
]
categories = ["command-line-utilities"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/tombaldwin/ebman"

[lib]
name = "ebman"
path = "src/lib.rs"

[[bin]]
name = "ebman"
path = "src/main.rs"

[dependencies.arboard]
version = "3"

[dependencies.aws-config]
version = "1"
features = ["behavior-version-latest"]

[dependencies.aws-credential-types]
version = "1.2.13"
features = ["hardcoded-credentials"]

[dependencies.aws-sdk-acm]
version = "1"

[dependencies.aws-sdk-cloudwatch]
version = "1"

[dependencies.aws-sdk-cloudwatchlogs]
version = "1"

[dependencies.aws-sdk-costexplorer]
version = "1"

[dependencies.aws-sdk-ec2]
version = "1"

[dependencies.aws-sdk-elasticbeanstalk]
version = "1"

[dependencies.aws-sdk-iam]
version = "1"

[dependencies.aws-sdk-organizations]
version = "1.110.0"

[dependencies.aws-sdk-s3]
version = "1"

[dependencies.aws-sdk-secretsmanager]
version = "1"

[dependencies.aws-sdk-sqs]
version = "1"

[dependencies.aws-sdk-ssm]
version = "1"

[dependencies.aws-sdk-sts]
version = "1"

[dependencies.aws-types]
version = "1"

[dependencies.chrono]
version = "0.4"

[dependencies.color-eyre]
version = "0.6"

[dependencies.crossterm]
version = "0.28"
features = ["event-stream"]

[dependencies.futures]
version = "0.3"

[dependencies.portable-pty]
version = "0.9"

[dependencies.ratatui]
version = "0.29"

[dependencies.regex]
version = "1"

[dependencies.reqwest]
version = "0.12"
features = ["rustls-tls"]
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_yml]
version = "0.0"

[dependencies.sha2]
version = "0.10"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "sync",
    "time",
    "signal",
]

[dependencies.tokio-stream]
version = "0.1"

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-appender]
version = "0.2"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.tui-common]
version = "0.1.3"
package = "tb-tui-common"

[dependencies.vt100]
version = "0.15"

[dev-dependencies.aws-sdk-acm]
version = "1"
features = ["test-util"]

[dev-dependencies.aws-sdk-cloudwatch]
version = "1"
features = ["test-util"]

[dev-dependencies.aws-sdk-cloudwatchlogs]
version = "1"
features = ["test-util"]

[dev-dependencies.aws-sdk-costexplorer]
version = "1"
features = ["test-util"]

[dev-dependencies.aws-sdk-ec2]
version = "1"
features = ["test-util"]

[dev-dependencies.aws-sdk-elasticbeanstalk]
version = "1"
features = ["test-util"]

[dev-dependencies.aws-sdk-organizations]
version = "1.110.0"
features = ["test-util"]

[dev-dependencies.aws-sdk-s3]
version = "1"
features = ["test-util"]

[dev-dependencies.aws-sdk-secretsmanager]
version = "1"
features = ["test-util"]

[dev-dependencies.aws-sdk-sqs]
version = "1"
features = ["test-util"]

[dev-dependencies.aws-sdk-ssm]
version = "1"
features = ["test-util"]

[dev-dependencies.aws-smithy-mocks]
version = "0.2"

[dev-dependencies.aws-smithy-types]
version = "1"

[dev-dependencies.tokio]
version = "1"
features = ["test-util"]

[profile.release]
lto = "thin"
codegen-units = 1
strip = true