keyvalues-serde 0.2.4

(De)serialize VDF text with serde
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"
rust-version = "1.81.0"
name = "keyvalues-serde"
version = "0.2.4"
authors = ["Cosmic <CosmicHorrorDev@pm.me>"]
build = false
exclude = ["benches"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "(De)serialize VDF text with serde"
homepage = "https://codeberg.org/CosmicHarper/vdf-rs/src/branch/main/keyvalues-serde"
readme = "README.md"
keywords = [
    "keyvalues",
    "vdf",
    "steam",
    "serde",
]
categories = [
    "encoding",
    "parser-implementations",
    "config",
]
license = "MIT OR Apache-2.0"
repository = "https://codeberg.org/CosmicHarper/vdf-rs"

[lib]
name = "keyvalues_serde"
path = "src/lib.rs"

[[example]]
name = "controller_mappings"
path = "examples/controller_mappings.rs"

[[example]]
name = "libraryfolders"
path = "examples/libraryfolders.rs"

[[test]]
name = "stub"
path = "tests/stub.rs"

[dependencies.keyvalues-parser]
version = "0.2.1"
features = ["serde"]

[dependencies.serde_core]
version = "1.0.226"

[dev-dependencies.divan]
version = "0.1.14"
default-features = false

[dev-dependencies.insta]
version = "1.39.0"

[dev-dependencies.pretty_assertions]
version = "1.4.0"

[dev-dependencies.serde]
version = "1.0.209"
features = ["derive"]

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(fuzzing)"]