bl4 0.7.5

Borderlands 4 save editor library - encryption, decryption, and parsing
# 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 = "bl4"
version = "0.7.5"
authors = ["bl4 Contributors"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Borderlands 4 save editor library - encryption, decryption, and parsing"
readme = false
license = "BSD-2-Clause"
repository = "https://github.com/monokrome/bl4"

[features]
default = []
wasm = [
    "wasm-bindgen",
    "js-sys",
]

[lib]
name = "bl4"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[[example]]
name = "extract_strings"
path = "examples/extract_strings.rs"

[[example]]
name = "inject_items"
path = "examples/inject_items.rs"

[[example]]
name = "varint_analysis"
path = "examples/varint_analysis.rs"

[dependencies.adler]
version = "1.0"

[dependencies.aes]
version = "0.8"

[dependencies.base64]
version = "0.22"

[dependencies.flate2]
version = "1.0"

[dependencies.hex]
version = "0.4"

[dependencies.js-sys]
version = "0.3"
optional = true

[dependencies.once_cell]
version = "1.19"

[dependencies.phf]
version = "0.11"
features = ["macros"]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "1.0"

[dependencies.wasm-bindgen]
version = "0.2"
optional = true

[dev-dependencies.anyhow]
version = "1.0"

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

[lints.clippy]
cognitive_complexity = "warn"
fn_params_excessive_bools = "warn"
struct_excessive_bools = "warn"
too_many_arguments = "warn"
too_many_lines = "warn"