# 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 = "lofty_attr" version = "0.11.0" authors = ["Serial <69764315+Serial-ATA@users.noreply.github.com>"] build = false include = [ "src", "Cargo.toml", "../LICENSE-*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Macros for Lofty" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/Serial-ATA/lofty-rs" [lib] name = "lofty_attr" path = "src/lib.rs" proc-macro = true [dependencies.proc-macro2] version = "1.0.64" [dependencies.quote] version = "1.0.29" [dependencies.syn] version = "2.0.25" features = [ "full", "parsing", ] [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_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" 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" missing_docs = "deny" rust_2018_idioms = "deny" trivial_casts = "deny" trivial_numeric_casts = "deny" unknown_lints = "allow" unused_import_braces = "deny" [lints.rustdoc] broken_intra_doc_links = "deny"