romm-cli 0.15.2

Rust-based CLI and TUI for the ROMM API
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"
name = "romm-cli"
version = "0.15.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust-based CLI and TUI for the ROMM API"
readme = "README.md"
keywords = [
    "romm",
    "terminal",
    "tui",
    "emulator",
    "games",
]
categories = [
    "command-line-utilities",
    "emulators",
]
license = "MIT"
repository = "https://github.com/patricksmill/romm-cli"

[features]
default = ["tui"]
tui = [
    "dep:ratatui",
    "dep:crossterm",
    "dep:unicode-normalization",
]

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

[[bin]]
name = "romm-cli"
path = "src/main.rs"

[[bin]]
name = "romm-tui"
path = "src/bin/romm_tui.rs"
required-features = ["tui"]

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

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

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.base64]
version = "0.22"

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

[dependencies.crossterm]
version = "0.27"
optional = true

[dependencies.dialoguer]
version = "0.11"
features = ["password"]
default-features = false

[dependencies.dirs]
version = "6.0"

[dependencies.dotenvy]
version = "0.15"

[dependencies.indicatif]
version = "0.18.4"

[dependencies.keyring]
version = "3.6.3"

[dependencies.percent-encoding]
version = "2.3"

[dependencies.ratatui]
version = "0.26"
optional = true

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

[dependencies.self_update]
version = "0.43.1"
features = [
    "reqwest",
    "rustls",
    "archive-zip",
    "archive-tar",
    "compression-flate2",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.tokio]
version = "1.37"
features = [
    "macros",
    "rt-multi-thread",
    "fs",
    "io-util",
]

[dependencies.tracing]
version = "0.1.44"

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

[dependencies.unicode-normalization]
version = "0.1"
optional = true

[dev-dependencies.assert_cmd]
version = "2.0"

[dev-dependencies.httpmock]
version = "0.7"

[dev-dependencies.mockall]
version = "0.13"

[dev-dependencies.predicates]
version = "3.1"