# 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" name = "tlyrics" version = "0.1.1" authors = ["AWeirdDev "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Fetch synced lyrics (with timestamps) using the LRC format." readme = "README.md" keywords = [ "lyrics", "timestamp", "timestamps", "lyrics-timestamps", "lrc", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/AWeirdDev/tlyrics" [lib] name = "tlyrics" path = "src/lib.rs" [[example]] name = "by_id" path = "examples/by_id.rs" [[example]] name = "search" path = "examples/search.rs" [[example]] name = "sync" path = "examples/sync.rs" [dependencies.anyhow] version = "1.0.93" [dependencies.regex] version = "1.11.1" [dependencies.reqwest] version = "0.12.9" features = ["json"] [dependencies.serde] version = "1.0.215" features = ["derive"] [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ]