nte_patcher 0.2.3

Rust implementation of NTE PatcherSDK
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 = "nte_patcher"
version = "0.2.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust implementation of NTE PatcherSDK"
documentation = "https://docs.rs/nte_patcher"
readme = "README.md"
keywords = [
    "NTE",
    "Patcher",
    "SDK",
    "Game",
]
license = "MIT"
repository = "https://github.com/Tobiichi-Origuchi/nte_patcher"

[features]
default = []
mmap = ["dep:memmap2"]

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

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

[dependencies.aes]
version = "0.9.0"

[dependencies.flate2]
version = "1.1.9"

[dependencies.futures]
version = "0.3.32"

[dependencies.futures-util]
version = "0.3.32"

[dependencies.hex]
version = "0.4.3"

[dependencies.md-5]
version = "0.11.0"

[dependencies.memmap2]
version = "0.9.3"
optional = true

[dependencies.quick-xml]
version = "0.39.2"
features = ["serialize"]

[dependencies.reqwest]
version = "0.13.2"
features = ["stream"]

[dependencies.semver]
version = "1.0.28"
features = ["serde"]

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

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.52.1"
features = ["full"]

[dependencies.url]
version = "2.5.8"

[dependencies.zip]
version = "8.5.1"
features = ["deflate"]
default-features = false

[dev-dependencies.tempfile]
version = "3.27.0"