new-vdf-parser 0.2.0

A parser for Steam's VDF file formats including appinfo.vdf and shortcuts.vdf
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"
rust-version = "1.79"
name = "new-vdf-parser"
version = "0.2.0"
authors = ["Travis Lane"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A parser for Steam's VDF file formats including appinfo.vdf and shortcuts.vdf"
homepage = "https://github.com/Tormak9970/Steam-Art-Manager"
readme = "README.md"
keywords = [
    "keyvalues",
    "vdf",
    "steam",
    "parser",
    "valve",
]
categories = [
    "parser-implementations",
    "encoding",
]
license = "LGPL-2.1"
repository = "https://github.com/Tormak9970/Steam-Art-Manager"

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

[dependencies.rayon]
version = "1.10.0"

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

[dependencies.serde_json]
version = "1.0"