# 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" rust-version = "1.61" name = "lrc" version = "0.1.8" authors = ["Magic Len "] include = [ "src/**/*", "Cargo.toml", "README.md", "LICENSE", ] description = "A pure Rust implementation of LyRiCs which is a computer file format that synchronizes song lyrics with an audio file." homepage = "https://magiclen.org/lrc" readme = "README.md" keywords = [ "lrc", "lyrics", "karaoke", "synced", ] categories = [ "value-formatting", "parser-implementations", ] license = "MIT" repository = "https://github.com/magiclen/lrc" [dependencies.educe] version = ">=0.4.2" features = ["Default"] default-features = false [dependencies.once_cell] version = "1" [dependencies.regex] version = "1.3.6" [dependencies.unicase] version = "2.6.0"