decryptor_s2 0.1.3

A library and cli for decrpting and encrpting S2 10th Anniversary assets
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 = "decryptor_s2"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library and cli for decrpting and encrpting S2 10th Anniversary assets"
readme = false
license = "MIT"
repository = "https://github.com/S2-modders/S2-10th-Anniversary-decrypter"

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

[dependencies.binrw]
version = "0.15.0"

[dependencies.compression]
version = "0.1.5"

[dependencies.crc32fast]
version = "1.4.2"

[dependencies.encoding_rs]
version = "0.8.35"

[dependencies.minstd]
version = "0.9.4"

[dependencies.simple-eyre]
version = "0.3.1"

[dependencies.uuid]
version = "1.17.0"