[package] name = "ireal-parser" version = "0.1.0" edition = "2021" description = "iReal Pro song parser and manipulation library" keywords = ["music", "chords", "songs", "jazz", "sheet"] categories = ["parser-implementations"] repository = "https://gitlab.com/marcandre.lureau/ireal-parser" documentation = "https://docs.rs/ireal-parser" authors = ["Marc-André Lureau "] license = "MIT OR Apache-2.0" [dependencies] regex = "1.7.3"