gxter-cli 0.1.3

A command-line utility creating and reading GTA 3/VC/SA GXT (text string) files
# 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 = "gxter-cli"
version = "0.1.3"
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://github.com/slashdevslashurandom/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.1.0"

[dependencies.indexmap]
version = "2.12.1"

[dependencies.owo-colors]
version = "4.2.3"
optional = true