# 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 = "lyr" version = "0.3.0" authors = ["Serial <69764315+Serial-ATA@users.noreply.github.com>"] build = false include = [ "src", "Cargo.toml", "LICENSE-APACHE", "LICENSE-MIT", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A tool to download and embed lyrics from multiple sources" readme = "README.md" keywords = [ "lyrics", "tags", "audio", "metadata", ] categories = [ "multimedia::audio", "command-line-utilities", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Serial-ATA/lyr" [[bin]] name = "lyr" path = "src/main.rs" [dependencies.aho-corasick] version = "1.1.3" [dependencies.clap] version = "4.0.15" features = ["derive"] [dependencies.dirs] version = "5.0.1" [dependencies.env_logger] version = "0.11.4" features = ["color"] [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] version = "0.12.5" features = ["blocking"] [dependencies.serde] version = "1.0.145" features = ["derive"] [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