kegtui 1.0.0

Run Windows games/apps on macOS through wine
# 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 = "kegtui"
version = "1.0.0"
authors = ["Ethan Uppal"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Run Windows games/apps on macOS through wine"
readme = "README.md"
license = "GPL-3.0-only"

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

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

[dependencies.copy_dir]
version = "0.1.3"

[dependencies.crossterm]
version = "=0.28.1"

[dependencies.plist]
version = "1.7.1"

[dependencies.ratatui]
version = "0.29.0"

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

[dependencies.strum]
version = "0.27.1"

[dependencies.strum_macros]
version = "0.27.1"

[dependencies.tar]
version = "0.4.44"

[dependencies.textwrap]
version = "0.16.2"
default-features = false

[dependencies.toml]
version = "0.9.2"

[dependencies.walkdir]
version = "2.5.0"

[dependencies.xattrs]
version = "0.1.0"

[dependencies.xz2]
version = "0.1.7"