xspf 0.4.2

straightforward pure rust implementation of the Xml Sharable Playlist Format
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 = "xspf"
version = "0.4.2"
authors = ["binarycat <dogedoge61@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "straightforward pure rust implementation of the Xml Sharable Playlist Format"
readme = "README.md"
keywords = [
    "xspf",
    "xml",
    "playlist",
]
categories = [
    "encoding",
    "parsing",
]
license = "MIT"
repository = "https://git.envs.net/binarycat/xspf"

[package.metadata.release]
tag-name = "v{{version}}"

[features]
default = [
    "print",
    "parse",
    "setters",
]
parse = []
print = []
proptest = [
    "dep:proptest",
    "dep:proptest-derive",
]
setters = []

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

[[example]]
name = "playlist-append"
path = "example/playlist-append.rs"

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

[dependencies.proptest]
version = "1.6.0"
optional = true

[dependencies.proptest-derive]
version = "0.5.1"
optional = true

[dependencies.xml]
version = "0.8.10"

[dev-dependencies.proptest]
version = "1.6.0"