source-kv 0.1.0

A Serde serialization and deserialization library for Valve's Key-Value format.
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 = "source-kv"
version = "0.1.0"
authors = ["LaVashikk <contact@lavashik.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Serde serialization and deserialization library for Valve's Key-Value format."
readme = "README.md"
keywords = [
    "source-engine",
    "sdk",
    "gamedev",
]
categories = ["game-development"]
license = "MIT"
repository = "https://github.com/LaVashikk/SourceRS/tree/main/crates/source-kv"

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

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

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

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

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

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

[dependencies.indexmap]
version = "2.2"
features = ["serde"]

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

[dependencies.thiserror]
version = "1.0"

[dev-dependencies.serde_derive]
version = "1.0"