bl4-ncs 0.7.6

NCS (Nexus Config Store) parser for Borderlands 4
# 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-ncs"
version = "0.7.6"
authors = ["bl4 Contributors"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "NCS (Nexus Config Store) parser for Borderlands 4"
readme = false
license = "BSD-2-Clause"
repository = "https://github.com/monokrome/bl4"

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

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

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

[dependencies.byteorder]
version = "1.5"

[dependencies.memchr]
version = "2.7"

[dependencies.oozextract]
version = "0.5"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.walkdir]
version = "2"

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

[dev-dependencies.dirs]
version = "6"

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[target."cfg(unix)".dependencies.tempfile]
version = "3"

[target."cfg(windows)".dependencies.winapi]
version = "0.3"
features = ["libloaderapi"]

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