xspf 0.3.3

straightforward pure rust implementation of the Xml Sharable Playlist Format
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "xml"
version = "0.8.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cb5b0add8d5aaa69357818de5f3b60104a62ef345dca81d0947e2148347a7f7"
dependencies = [
 "xml-rs",
]

[[package]]
name = "xml-rs"
version = "0.8.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fcb9cbac069e033553e8bb871be2fbdffcab578eb25bd0f7c508cedc6dcd75a"

[[package]]
name = "xspf"
version = "0.3.3"
dependencies = [
 "xml",
]