rusticity 0.1.4

A snappy terminal UI for AWS written in Rust
# 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.75"
name = "rusticity"
version = "0.1.4"
authors = ["Your Name <your.email@example.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A snappy terminal UI for AWS written in Rust"
homepage = "https://github.com/clumsy/rusticity"
documentation = "https://docs.rs/rusticity"
readme = "README.md"
keywords = [
    "aws",
    "terminal",
    "tui",
    "cloud",
]
categories = ["command-line-interface"]
license = "Apache-2.0"
repository = "https://github.com/clumsy/rusticity"

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

[[test]]
name = "pre_commit"
path = "tests/pre_commit.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.arboard]
version = "3.4"

[dependencies.crossterm]
version = "0.28"

[dependencies.ratatui]
version = "0.29"
features = ["widget-calendar"]

[dependencies.rusticity-core]
version = "0.1.4"

[dependencies.rusticity-term]
version = "0.1.4"

[dependencies.tokio]
version = "1.41"
features = ["full"]

[dependencies.tracing]
version = "0.1"

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