runirip 0.1.2

Unity asset files manipulation library
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 = "runirip"
version = "0.1.2"
authors = [
    "LeadRDRK",
    "Rudolf Kolbe <rkolbe96@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Unity asset files manipulation library"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/LeadRDRK/runirip"

[features]
brotli = ["dep:brotli"]
default = [
    "lzma",
    "brotli",
    "lz4",
    "unitycn_encryption",
    "objects",
    "serde",
]
lz4 = ["dep:lz4_flex"]
lzma = ["dep:lzma-rs"]
objects = [
    "dep:runirip-objects",
    "serde",
]
serde = ["dep:serde"]
unitycn_encryption = [
    "dep:aes",
    "dep:cbc",
]

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

[dependencies.aes]
version = "0.8"
optional = true

[dependencies.bitflags]
version = "2.9"

[dependencies.brotli]
version = "8.0"
optional = true

[dependencies.byteorder]
version = "1.5"

[dependencies.cbc]
version = "0.1"
optional = true

[dependencies.lz4_flex]
version = "0.11"
optional = true

[dependencies.lzma-rs]
version = "0.3"
optional = true

[dependencies.num_enum]
version = "0.7"

[dependencies.paste]
version = "1.0"

[dependencies.runirip-objects]
version = "0"
optional = true

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