war3parser 0.10.0

A extractor and parser for Warcraft 3 map files
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 = "2021"
name = "war3parser"
version = "0.10.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A extractor and parser for Warcraft 3 map files"
homepage = "https://github.com/war3-archive/war3-maps"
documentation = "https://docs.rs/war3parser"
readme = "PARSER.md"
keywords = [
    "warcraft3",
    "MPQ",
    "parser",
]
categories = [
    "wasm",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/war3-archive/war3-maps"

[features]
carve = ["dep:flate2"]
default = [
    "serde",
    "carve",
]
serde = [
    "dep:serde",
    "dep:serde_json",
]

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

[[test]]
name = "extract"
path = "tests/extract.rs"

[[test]]
name = "parse_maps"
path = "tests/parse_maps.rs"

[[test]]
name = "w3i_versions"
path = "tests/w3i_versions.rs"

[dependencies.base64]
version = "0.22.1"

[dependencies.flate2]
version = "1.0.27"
optional = true

[dependencies.image]
version = "0.24.3"

[dependencies.image-blp]
version = "1.2.0"

[dependencies.mpq]
version = "0.10.0"
package = "war3-mpq"

[dependencies.serde]
version = "1.0.204"
features = ["derive"]
optional = true

[dependencies.serde_json]
version = "1.0.135"
optional = true

[dependencies.thiserror]
version = "2.0.11"

[dev-dependencies.serde_json]
version = "1.0.135"