chordlib 0.6.0

Work with chord-and-lyrics songs: parse, transform, and render them to multiple formats
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"
name = "chordlib"
version = "0.6.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Work with chord-and-lyrics songs: parse, transform, and render them to multiple formats"
homepage = "https://github.com/xilefmusics/chordlib"
documentation = "https://docs.rs/chordlib"
readme = "README.md"
keywords = [
    "chords",
    "lyrics",
    "guitar",
    "chordpro",
    "songs",
]
categories = [
    "multimedia::audio",
    "command-line-utilities",
]
license = "AGPL-3.0-only"
repository = "https://github.com/xilefmusics/chordlib"

[package.metadata.docs.rs]
all-features = true

[features]
bin = ["clap"]
html = ["scraper"]

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

[[bin]]
name = "chordlib"
path = "src/main.rs"
required-features = ["bin"]

[[bench]]
name = "html_render_bench"
path = "benches/html_render_bench.rs"

[dependencies.askama]
version = "0.15.4"

[dependencies.clap]
version = "4.6.0"
features = ["derive"]
optional = true

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.scraper]
version = "0.25.0"
optional = true

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"