[package]
edition = "2024"
name = "gxter-cli"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A command-line utility creating and reading GTA 3/VC/SA GXT (text string) files"
readme = "README.md"
keywords = [
"gta",
"gaming",
"localization",
"modding",
"gxt",
]
license = "MIT or Apache-2.0"
repository = "https://codeberg.org/dev_urandom/gxter"
[features]
pretty = [
"dep:anstream",
"dep:owo-colors",
]
[[bin]]
name = "gxter-cli"
path = "src/main.rs"
[dependencies.anstream]
version = "0.6.21"
optional = true
[dependencies.getopts]
version = "0.2"
[dependencies.gxter]
version = "0.2.0"
[dependencies.indexmap]
version = "2.12.1"
[dependencies.owo-colors]
version = "4.2.3"
optional = true