[[bin]]
name = "chordlib"
path = "src/main.rs"
required-features = ["bin"]
[dependencies.askama]
version = "0.14.0"
[dependencies.clap]
features = ["derive"]
optional = true
version = "4.5.38"
[dependencies.lazy_static]
version = "1.5.0"
[dependencies.reqwest]
features = ["blocking"]
optional = true
version = "0.12.15"
[dependencies.scraper]
optional = true
version = "0.19.1"
[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[dependencies.serde_json]
version = "1.0.140"
[features]
bin = ["clap"]
download = ["reqwest"]
html = ["scraper"]
[lib]
name = "chordlib"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["multimedia::audio", "command-line-utilities"]
description = "Work with chord-and-lyrics songs: parse, transform, and render them to multiple formats"
documentation = "https://docs.rs/chordlib"
edition = "2021"
homepage = "https://github.com/xilefmusics/chordlib"
keywords = ["chords", "lyrics", "guitar", "chordpro", "songs"]
license = "AGPL-3.0-only"
name = "chordlib"
readme = "README.md"
repository = "https://github.com/xilefmusics/chordlib"
version = "0.5.0"
[package.metadata.docs.rs]
all-features = true