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