steam-vdf-parser 0.1.2

Zero-copy parser for Steam's VDF (Valve Data Format) files
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 = "2024"
rust-version = "1.88"
name = "steam-vdf-parser"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Zero-copy parser for Steam's VDF (Valve Data Format) files"
documentation = "https://docs.rs/steam-vdf-parser"
readme = "README.md"
keywords = [
    "vdf",
    "steam",
    "parser",
    "binary",
    "valve",
]
categories = [
    "parser-implementations",
    "data-structures",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mexus/steam-vdf-parser"

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

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

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

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

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

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

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

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

[dependencies.foldhash]
version = "0.2.0"
default-features = false

[dependencies.hex]
version = "0.4.3"
features = ["alloc"]
default-features = false

[dependencies.indexmap]
version = "2.13.0"
default-features = false

[dependencies.static_assertions]
version = "1.1.0"

[dependencies.winnow]
version = "0.7.14"
features = [
    "alloc",
    "simd",
]
default-features = false