lyricutils 0.1.0

Utilities for converting between different formats of song lyrics.
Documentation
[dependencies.abc-parser]
version = "0.4.0"

[dependencies.log]
version = "0.4.29"

[dependencies.musicxml]
version = "1.1.2"

[dependencies.openlyrics]
version = "0.1.1"

[dependencies.quick-xml]
features = ["serialize"]
version = "0.38.4"

[dependencies.regex]
version = "1.12.2"

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

[package]
authors = ["Andrew Walbran <qwandor@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding"]
description = "Utilities for converting between different formats of song lyrics."
edition = "2024"
keywords = ["lyrics", "openlyrics", "xml", "abc", "musicxml"]
license = "MIT OR Apache-2.0"
name = "lyricutils"
readme = "README.md"
repository = "https://github.com/qwandor/lyricweb"
version = "0.1.0"