# 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 = "kv2" version = "0.1.2" authors = ["dxshie "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "kv2 (keyvalues 2) format parser with serde support" readme = "README.md" keywords = [ "serde", "serialization", "parser", "valve", "kv2", ] license = "GPL-3.0-only" repository = "https://github.com/dxshie/kv2" [lib] name = "kv2" path = "src/lib.rs" [[example]] name = "multiple" path = "examples/multiple.rs" [[example]] name = "one" path = "examples/one.rs" [dependencies.log] version = "0.4" [dependencies.nom] version = "7" [dependencies.serde] version = "1" features = ["derive"] optional = true [build-dependencies.env_logger] version = "0.11" [features] default = ["serde"] serde = ["dep:serde"]