# 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.61" name = "keyvalues-parser" version = "0.2.0" authors = ["Cosmic "] description = "A parser/renderer for vdf text" homepage = "https://github.com/CosmicHorrorDev/vdf-rs" readme = "README.md" keywords = [ "keyvalues", "vdf", "steam", "parser", ] license = "MIT OR Apache-2.0" repository = "https://github.com/CosmicHorrorDev/vdf-rs" resolver = "1" [[bench]] name = "parser" harness = false [dependencies.pest] version = "2.5" [dependencies.pest_derive] version = "2.5" [dependencies.thiserror] version = "1.0.50" [dev-dependencies.criterion] version = "0.5.1" default-features = false [dev-dependencies.insta] version = "1.34.0" [dev-dependencies.pretty_assertions] version = "1.4.0"