[package] name = "musicxml-dom" description = "experimental musicxml parsing library" version = "0.1.0" license = "MIT" readme = "README.md" authors = ["Taylor C. Richberger "] edition = "2018" documentation = "https://docs.rs/musicxml-dom" homepage = "https://gitlab.com/Taywee/musicxml-dom" repository = "https://gitlab.com/Taywee/musicxml-dom" keywords = ["music", "musicxml", "parser", "dom"] categories = ["parser-implementations"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] quick-xml = "0.17.1"