aam 0.3.0

AAM CLI is a CLI for AAM (learn more about AAM at https://aam.ininids.in.rs)
# 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 = "2024"
name = "aam"
version = "0.3.0"
authors = ["INiNiDS"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AAM CLI is a CLI for AAM (learn more about AAM at https://aam.ininids.in.rs)"
readme = "README.md"
license = "GPL-3.0-or-later"

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

[dependencies.aam-rs]
version = "2.5.0"
features = [
    "translator",
    "splitter",
]

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.6.0"
features = ["derive"]

[dependencies.crossterm]
version = "0.29.0"

[dependencies.ratatui]
version = "0.30.0"

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

[dependencies.tower-lsp]
version = "0.20.0"

[dependencies.tui-textarea]
version = "0.11.0"
features = ["search"]
package = "tui-textarea-2"