xspf 0.4.1

straightforward pure rust implementation of the Xml Sharable Playlist Format
Documentation
[dependencies.proptest]
optional = true
version = "1.6.0"

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

[dependencies.xml]
version = "0.8.10"

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

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

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

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

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

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

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