# 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 = "vdflex" version = "0.1.1" authors = ["Evan Hedbor "] description = "A (de)serializer for the Valve Data File (VDF, a.k.a. KeyValues) format using Serde" readme = "README.md" keywords = [ "vdf", "keyvalues", "valve", "serialization", "serde", ] categories = [ "encoding", "parser-implementations", ] license = "MIT" repository = "https://github.com/ehedbor/vdflex" [dependencies.indexmap] version = "2.0.2" features = ["serde"] optional = true [dependencies.paste] version = "1.0.14" [dependencies.serde] version = "1.0.189" [dependencies.thiserror] version = "1.0.50" [dev-dependencies.indoc] version = "2.0.4" [dev-dependencies.serde] version = "1.0.189" features = ["derive"] [features] default = [] preserve_order = ["indexmap"]