kv3 0.2.0

kv3 (keyvalues 3) format parser with serde support
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"
name = "kv3"
version = "0.2.0"
authors = ["dxshie <dxshie@revision.pub>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "kv3 (keyvalues 3) format parser with serde support"
readme = "README.md"
keywords = [
    "serde",
    "serialization",
    "parser",
    "valve",
    "kv3",
]
license = "GPL-3.0-only"
repository = "https://github.com/dxshie/kv3"

[features]
default = ["serde"]
serde = ["dep:serde"]

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

[dependencies.chumsky]
version = "0.13"

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true

[dev-dependencies.log]
version = "0.4"