[dependencies.byteorder]
version = "1.5.0"
[dependencies.data-encoding]
version = "2.6.0"
[dependencies.flate2]
optional = true
version = "1.0.30"
[dependencies.lofty_attr]
version = "0.11.1"
[dependencies.log]
version = "0.4.22"
[dependencies.ogg_pager]
version = "0.7.0"
[dependencies.paste]
version = "1.0.15"
[dev-dependencies.iai-callgrind]
version = "0.14.0"
[dev-dependencies.rusty-fork]
version = "0.3.0"
[dev-dependencies.structopt]
default-features = false
version = "0.3.26"
[dev-dependencies.tempfile]
version = "3.15.0"
[dev-dependencies.test-log]
version = "0.2.16"
[features]
default = ["id3v2_compression_support"]
id3v2_compression_support = ["dep:flate2"]
[lib]
bench = false
name = "lofty"
path = "src/lib.rs"
[lints.clippy]
bool_to_int_with_if = "allow"
cast_possible_truncation = "allow"
cast_possible_wrap = "allow"
cast_precision_loss = "allow"
cast_sign_loss = "allow"
dbg_macro = "forbid"
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_continue = "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"
string_to_string = "forbid"
struct_excessive_bools = "allow"
struct_field_names = "allow"
tabs_in_doc_comments = "allow"
too_many_lines = "allow"
type_complexity = "allow"
unbuffered_bytes = "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"
missing_docs = "deny"
trivial_casts = "deny"
trivial_numeric_casts = "deny"
unknown_lints = "allow"
unused_import_braces = "deny"
[lints.rust.rust_2018_idioms]
level = "deny"
priority = -1
[lints.rust.rust_2021_compatibility]
level = "deny"
priority = -1
[lints.rust.rust_2024_compatibility]
level = "deny"
priority = -1
[lints.rustdoc]
broken_intra_doc_links = "deny"
[package]
authors = ["Serial <69764315+Serial-ATA@users.noreply.github.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["multimedia", "multimedia::audio", "parser-implementations"]
description = "Audio metadata library"
edition = "2024"
include = ["src", "LICENSE-APACHE", "LICENSE-MIT", "SUPPORTED_FORMATS.md"]
keywords = ["tags", "audio", "metadata", "id3", "vorbis"]
license = "MIT OR Apache-2.0"
name = "lofty"
readme = "README.md"
repository = "https://github.com/Serial-ATA/lofty-rs"
rust-version = "1.85"
version = "0.22.4"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]