wt_blk 0.3.1

Parser and unpacker for the BLK file format
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 = "wt_blk"
version = "0.3.1"
build = false
exclude = ["samples"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parser and unpacker for the BLK file format"
homepage = "https://github.com/Warthunder-Open-Source-Foundation"
documentation = "https://docs.rs/wt_blk"
readme = "README.md"
license = "MIT"
repository = "https://github.com/Warthunder-Open-Source-Foundation/wt_blk"

[features]
instrument_binary_blk = []
performance_stamp = []

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

[[bench]]
name = "blk"
path = "benches/blk.rs"
harness = false

[dependencies.cfg-if]
version = "^1.0"

[dependencies.color-eyre]
version = "^0.6"

[dependencies.fallible-iterator]
version = "^0.3.0"
features = ["std"]

[dependencies.foldhash]
version = "0.1.5"

[dependencies.indexmap]
version = "^2.7"

[dependencies.itertools]
version = "^0.13.0"

[dependencies.md5]
version = "^0.7.0"

[dependencies.memchr]
version = "2.7.5"

[dependencies.memmap2]
version = "^0.9.5"

[dependencies.num_enum]
version = "0.7.4"

[dependencies.rayon]
version = "^1.10"

[dependencies.regex]
version = "1.11.1"

[dependencies.ryu]
version = "^1.0"

[dependencies.serde]
version = "^1.0"
features = [
    "serde_derive",
    "rc",
]

[dependencies.serde_json]
version = "^1.0"
features = [
    "preserve_order",
    "float_roundtrip",
]

[dependencies.sha1_smol]
version = "^1.0"
features = ["std"]

[dependencies.smallvec]
version = "1.15.1"

[dependencies.strum]
version = "^0.26.3"
features = ["derive"]
default-features = false

[dependencies.thiserror]
version = "^2.0"

[dependencies.tracing]
version = "^0.1.41"

[dependencies.wt_version]
version = "^0.1.2"

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

[dependencies.zstd]
version = "^0.13.2"

[dev-dependencies.divan]
version = "^0.1.17"

[dev-dependencies.pretty_assertions]
version = "^1.4"

[profile.bench]
opt-level = 3
lto = true
debug = 2

[profile.release]
opt-level = 3
lto = true
debug = 2

[profile.test]
debug = 2