[[bin]]
name = "lyr"
path = "src/main.rs"
[dependencies.aho-corasick]
version = "1.1.3"
[dependencies.clap]
features = ["derive"]
version = "4.0.15"
[dependencies.dirs]
version = "5.0.1"
[dependencies.env_logger]
features = ["color"]
version = "0.11.4"
[dependencies.lofty]
version = "0.20.1"
[dependencies.log]
version = "0.4.17"
[dependencies.once_cell]
version = "1.15.0"
[dependencies.regex]
version = "1.6.0"
[dependencies.reqwest]
features = ["blocking"]
version = "0.12.5"
[dependencies.serde]
features = ["derive"]
version = "1.0.145"
[dependencies.thiserror]
version = "1.0.37"
[dependencies.toml]
version = "0.8.15"
[lints.clippy]
bool_to_int_with_if = "allow"
cast_possible_truncation = "allow"
cast_possible_wrap = "allow"
cast_precision_loss = "allow"
cast_sign_loss = "allow"
doc_markdown = "allow"
field_reassign_with_default = "allow"
from_over_into = "allow"
ignored_unit_patterns = "allow"
into_iter_without_iter = "allow"
len_without_is_empty = "allow"
let_underscore_untyped = "allow"
manual_range_patterns = "allow"
match_wildcard_for_single_variants = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
needless_late_init = "allow"
needless_return = "allow"
no_effect_underscore_binding = "allow"
redundant_guards = "allow"
return_self_not_must_use = "allow"
semicolon_if_nothing_returned = "allow"
similar_names = "allow"
single_match_else = "allow"
struct_excessive_bools = "allow"
tabs_in_doc_comments = "allow"
too_many_lines = "allow"
type_complexity = "allow"
uninlined_format_args = "allow"
upper_case_acronyms = "allow"
used_underscore_binding = "allow"
[lints.clippy.all]
level = "deny"
priority = -1
[lints.clippy.pedantic]
level = "deny"
priority = -1
[lints.rust]
explicit_outlives_requirements = "deny"
trivial_casts = "deny"
trivial_numeric_casts = "deny"
unknown_lints = "allow"
unused_import_braces = "deny"
[lints.rust.rust_2018_idioms]
level = "deny"
priority = -1
[package]
authors = ["Serial <69764315+Serial-ATA@users.noreply.github.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["multimedia::audio", "command-line-utilities"]
description = "A tool to download and embed lyrics from multiple sources"
edition = "2021"
include = ["src", "Cargo.toml", "LICENSE-APACHE", "LICENSE-MIT"]
keywords = ["lyrics", "tags", "audio", "metadata"]
license = "MIT OR Apache-2.0"
name = "lyr"
readme = "README.md"
repository = "https://github.com/Serial-ATA/lyr"
version = "0.3.0"