# 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.0" authors = ["binarycat "] 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" [[example]] name = "playlist-append" path = "example/playlist-append.rs" [dependencies.xml] version = "0.8.10" [features] default = [ "print", "parse", "setters", ] parse = [] print = [] setters = []