plist 1.9.0

A rusty plist parser. Supports Serde serialization.
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.88.0"
name = "plist"
version = "1.9.0"
authors = ["Ed Barnard <eabarnard@gmail.com>"]
build = false
exclude = ["/tests/data"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A rusty plist parser. Supports Serde serialization."
documentation = "https://docs.rs/plist/"
readme = "README.md"
keywords = [
    "plist",
    "parser",
]
categories = [
    "config",
    "encoding",
    "parser-implementations",
]
license = "MIT"
repository = "https://github.com/ebarnard/rust-plist/"

[features]
default = ["serde"]
enable_unstable_features_that_may_break_with_minor_version_bumps = []

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

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

[dependencies.base64]
version = "0.22.0"

[dependencies.indexmap]
version = "2.1.0"

[dependencies.quick_xml]
version = "0.39.2"
package = "quick-xml"

[dependencies.serde]
version = "1.0.2"
optional = true

[dependencies.time]
version = "0.3.47"
features = [
    "parsing",
    "formatting",
]

[dev-dependencies.serde_derive]
version = "1.0.2"

[dev-dependencies.serde_yaml]
version = "0.8.21"