poe_data_tools-cli 2.0.0

A CLI for working with Path of Exile game data
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 = "2024"
name = "poe_data_tools-cli"
version = "2.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A CLI for working with Path of Exile game data"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/adamthedash/poe_data_tools"

[features]
debug = ["winnow/debug"]
default = []

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

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.arrow-array]
version = "56.2.0"

[dependencies.arrow-cast]
version = "56.2.0"

[dependencies.arrow-csv]
version = "56.2.0"

[dependencies.arrow-schema]
version = "56.2.0"

[dependencies.bytes]
version = "1.11.0"

[dependencies.clap]
version = "4.5.53"
features = [
    "derive",
    "string",
    "help",
]

[dependencies.dirs]
version = "6.0.0"

[dependencies.enum_dispatch]
version = "0.3.13"

[dependencies.env_logger]
version = "0.11.10"

[dependencies.glob]
version = "0.3.3"

[dependencies.image]
version = "0.25.10"
features = ["png"]
default-features = false

[dependencies.image-extras]
version = "0.1.1"
features = ["dds"]
default-features = false

[dependencies.itertools]
version = "0.14.0"

[dependencies.log]
version = "0.4.29"

[dependencies.poe_data_tools]
version = "1.0.0"

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

[dependencies.serde_json]
version = "1.0.145"
features = ["preserve_order"]

[dependencies.winnow]
version = "1.0.0"
package = "adamthedash_winnow"