l4d2-addon-parser/Cargo.toml
2025-11-14 09:07:19 -06:00

19 lines
No EOL
538 B
TOML

[package]
name = "l4d2_addon_parser"
description = "Parse L4D2 VPK files and extract info from addoninfo.txt data and the mission data for campaigns, and other utilities"
authors = ["Jackz <me@jackz.me>"]
version = "1.3.1"
edition = "2024"
repository = "https://git.jackz.me/jackz/l4d2-addon-parser"
license = "MIT"
keywords = ["l4d2", "vpk"]
[dependencies]
sourcepak = { version = "0.3.0" }
keyvalues-serde = "0.2.2"
serde = { version = "1.0.228", features = ["derive"] }
log = "0.4.28"
sha2 = "0.10.9"
[dev-dependencies]
hex = "0.4.3"