# 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 = "license-retriever" version = "1.1.0" authors = ["7d <61975820+iiiii7d@users.noreply.github.com>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Retrieves licenses of all Rust dependencies" readme = "README.md" keywords = [ "license", "licence", "retrieve", "retriever", ] categories = ["development-tools::build-utils"] license = "LGPL-3.0-only" repository = "https://github.com/mrt-map/license-retriever" [lib] name = "license_retriever" path = "src/lib.rs" [[test]] name = "test" path = "tests/test.rs" [dependencies.cargo_metadata] version = "0.18.1" [dependencies.git2] version = "0.19.0" [dependencies.itertools] version = "0.13.0" [dependencies.log] version = "0.4.22" [dependencies.rayon] version = "1.10" [dependencies.rmp-serde] version = "1.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0" [dev-dependencies.test-log] version = "0.2.16" [lints.clippy] all = "warn" allow_attributes = "warn" assertions_on_result_states = "warn" cargo = "warn" clone_on_ref_ptr = "warn" create_dir = "warn" decimal_literal_representation = "warn" default_union_representation = "warn" deref_by_slicing = "warn" empty_drop = "warn" empty_enum_variants_with_brackets = "warn" empty_structs_with_brackets = "warn" exit = "warn" filetype_is_file = "warn" float_cmp_const = "warn" format_push_string = "warn" get_unwrap = "warn" if_then_some_else_none = "warn" impl_trait_in_params = "warn" infinite_loop = "warn" lossy_float_literal = "warn" mem_forget = "warn" missing_asserts_for_indexing = "warn" mixed_read_write_in_expression = "warn" mutex_atomic = "warn" needless_raw_strings = "warn" nursery = "warn" partial_pub_fields = "warn" pathbuf_init_then_push = "warn" pedantic = "warn" rc_buffer = "warn" rc_mutex = "warn" redundant_type_annotations = "warn" ref_patterns = "warn" renamed_function_params = "warn" rest_pat_in_fully_bound_structs = "warn" semicolon_inside_block = "warn" str_to_string = "warn" string_lit_chars_any = "warn" string_slice = "warn" string_to_string = "warn" try_err = "warn" unnecessary_self_imports = "warn" unneeded_field_pattern = "warn" verbose_file_reads = "warn" [lints.clippy.cast_possible_truncation] level = "allow" priority = 1 [lints.clippy.cast_precision_loss] level = "allow" priority = 1 [lints.clippy.missing_errors_doc] level = "allow" priority = 1 [lints.clippy.missing_panics_doc] level = "allow" priority = 1 [lints.clippy.module_name_repetitions] level = "allow" priority = 1 [lints.clippy.multiple_crate_versions] level = "allow" priority = 1 [lints.rust] future-incompatible = "deny"