valve-keyvalue 1.0.3

A parser and serializer for the Valve KeyValue format (VMT/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 = "2024"
name = "valve-keyvalue"
version = "1.0.3"
authors = ["Gerg0Vagyok <gerg0vagyok@lmao.sbs>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A parser and serializer for the Valve KeyValue format (VMT/VDF)."
readme = "README.md"
keywords = [
    "valve",
    "keyvalue",
    "vmt",
    "parser",
    "serializer",
]
license = "Apache-2.0"
repository = "https://git.lmao.sbs/Gerg0Vagyok/ValveKeyValue"

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

[[test]]
name = "1_parse_string"
path = "tests/1_parse_string.rs"

[[test]]
name = "2_parse_object"
path = "tests/2_parse_object.rs"

[[test]]
name = "3_skip_comments"
path = "tests/3_skip_comments.rs"

[[test]]
name = "4_serialze"
path = "tests/4_serialze.rs"