# 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" rust-version = "1.74" name = "gigtag" version = "0.1.14" include = [ "README.md", "LICENSES/", "src/", ] description = "A lightweight, textual tagging system for DJs." readme = "README.md" keywords = [ "music", "dj", "metadata", "tagging", ] categories = ["parser-implementations"] license = "MPL-2.0" repository = "https://github.com/uklotzde/gigtag" [dependencies.anyhow] version = "1.0.86" [dependencies.compact_str] version = "0.8.0" [dependencies.itertools] version = "0.13.0" [dependencies.percent-encoding] version = "2.3.1" [dependencies.regex] version = "1.10.5" [dependencies.thiserror] version = "1.0.61" [dependencies.time] version = "0.3.36" features = [ "formatting", "macros", "parsing", ] [dependencies.url] version = "2.5.2" [features] default = [] [lints.clippy] clone_on_ref_ptr = "warn" lint_groups_priority = "allow" missing_const_for_fn = "warn" pedantic = "warn" self_named_module_files = "warn" [lints.rust] future_incompatible = "warn" let_underscore = "warn" missing_debug_implementations = "warn" rust_2018_idioms = "warn" rust_2021_compatibility = "warn" unreachable_pub = "warn" unsafe_code = "warn" unused = "warn"