vxde 1.0.2

A Rust library to parse .vxd files containing key-value pairs used in games or configurations.
Documentation
# 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 = "1.0.2"
authors = [
    "Maarten Ymaenik <reanoreofficial@gmail.com>",
    "Renato B. Lugto III <maymae-nikki@proton.me>",
]
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"

[dependencies]

[dev-dependencies]