# 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" rust-version = "1.70.0" name = "vdf-reader" version = "0.2.0" description = "Rust parser for valve vdf files." readme = "README.md" license = "MIT" repository = "https://github.com/icewind1991/vdf-reader" [dependencies.logos] version = "0.14.0" [dependencies.miette] version = "7.2.0" [dependencies.parse-display] version = "0.9.0" [dependencies.serde] version = "1.0.200" features = ["derive"] [dependencies.thiserror] version = "1.0.59" [dev-dependencies.insta] version = "1.38.0" features = ["ron"] [dev-dependencies.maplit] version = "1.0.2" [dev-dependencies.miette] version = "7.2.0" features = ["fancy"] [dev-dependencies.test-case] version = "3.3.1" [dev-dependencies.walkdir] version = "2.5.0"