# 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 = "vxde" version = "2.0.0-beta.0" authors = [ "Maarten Ymaenik ", "Renato B. Lugto III ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust library to parse .vxd files containing key-value pairs used in games or configurations." homepage = "https://reanore.github.io" readme = "README.md" keywords = [ "vxd", "parser", "async", "secure", "database", ] categories = [ "development-tools", "authentication", "encoding", "parsing", "games", ] license = "BSD-2-Clause" repository = "https://github.com/Reanore/vxde" [profile.dev] debug = 2 [profile.release] opt-level = 3 [lib] name = "vxde" path = "src/lib.rs" [[test]] name = "parsing_tests" path = "tests/parsing_tests.rs" [dependencies.regex] version = "1.11.1" [dev-dependencies]