aboutsummaryrefslogtreecommitdiff
path: root/libs/steam_appinfo_ffi/vendor/steam-vdf-parser/Cargo.toml
blob: 2bb0a0c56a7da4cfdc1540a091cc3ab50ad518a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "steam-vdf-parser"
version = "0.1.1"
edition = "2024"
rust-version = "1.88"
license = "MIT OR Apache-2.0"
description = "Zero-copy parser for Steam's VDF (Valve Data Format) files"
readme = "README.md"
keywords = ["vdf", "steam", "parser", "binary", "valve"]
categories = ["parser-implementations", "data-structures"]
repository = "https://github.com/mexus/steam-vdf-parser"
documentation = "https://docs.rs/steam-vdf-parser"

[dependencies]
hex = { version = "0.4.3", default-features = false, features = ["alloc"] }
winnow = { version = "0.7.14", default-features = false, features = ["alloc", "simd"] }
indexmap = { version = "2.13.0", default-features = false }
foldhash = { version = "0.2.0", default-features = false }
static_assertions = "1.1.0"