lyrx 0.2.2

A pure Rust implementation of LyRiCs which is a computer file format that synchronizes song lyrics with an audio file.
Documentation
# 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 = "2024"
rust-version = "1.85.0"
name = "lyrx"
version = "0.2.2"
authors = [
    "Kostin Mikhail <m23snezhok@protonmail.com>",
    "Magic Len <len@magiclen.org>",
]
build = false
include = [
    "src/**/*",
    "Cargo.toml",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A pure Rust implementation of LyRiCs which is a computer file format that synchronizes song lyrics with an audio file."
homepage = "https://codeberg.org/M23Snezhok/lyrx"
readme = "README.md"
keywords = [
    "lrc",
    "lyrics",
    "karaoke",
    "synced",
]
categories = [
    "value-formatting",
    "parser-implementations",
]
license = "MIT"
repository = "https://codeberg.org/M23Snezhok/lyrx"

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

[dependencies.educe]
version = ">=0.4.2"

[dependencies.regex]
version = "1.3.6"

[dependencies.unicase]
version = "2.6.0"