# 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 = "version-track" version = "1.0.0" authors = ["Tim Oram "] include = [ "**/*.rs", "/Cargo.toml", "/CHANGELOG.md", "/LICENSE", "/README.md", ] description = "Library used to track changes to complex data, when direct comparison or hashing is too expensive." documentation = "https://docs.rs/version-track/" readme = "README.md" keywords = [ "version", "cache", "tracking", ] categories = ["caching"] license = "ISC" repository = "https://github.com/MitMaro/version-track" [lib] name = "version_track" [dependencies.uuid] version = "1.10.0" features = [ "v4", "fast-rng", ] [lints.clippy] default_numeric_fallback = "allow" implicit_return = "allow" missing_docs_in_private_items = "allow" missing_trait_methods = "allow" new_without_default = "allow" pub_use = "allow" std_instead_of_core = "allow" [lints.clippy.all] level = "warn" priority = -2 [lints.clippy.blanket_clippy_restriction_lints] level = "allow" priority = 5 [lints.clippy.cargo] level = "warn" priority = -2 [lints.clippy.pedantic] level = "warn" priority = -2 [lints.clippy.restriction] level = "warn" priority = -2 [lints.rust] deprecated_in_future = "warn" ffi_unwind_calls = "warn" macro_use_extern_crate = "warn" meta_variable_misuse = "warn" missing_abi = "warn" missing_copy_implementations = "warn" missing_debug_implementations = "warn" missing_docs = "warn" non_ascii_idents = "warn" redundant_lifetimes = "warn" single_use_lifetimes = "warn" trivial_casts = "warn" trivial_numeric_casts = "warn" unit-bindings = "warn" unnameable_types = "warn" unreachable_pub = "warn" unsafe_code = "warn" unused_crate_dependencies = "warn" unused_import_braces = "warn" unused_lifetimes = "warn" unused_qualifications = "warn" unused_results = "warn" variant_size_differences = "warn" [lints.rust.future_incompatible] level = "warn" priority = -2 [lints.rust.keyword_idents] level = "warn" priority = -3 [lints.rust.let_underscore] level = "warn" priority = -2 [lints.rust.nonstandard_style] level = "warn" priority = -2 [lints.rust.renamed_and_removed_lints] level = "warn" priority = -1 [lints.rust.rust_2018_compatibility] level = "warn" priority = -2 [lints.rust.rust_2018_idioms] level = "warn" priority = -2 [lints.rust.rust_2021_compatibility] level = "warn" priority = -2 [lints.rust.rust_2024_compatibility] level = "warn" priority = -2 [lints.rust.unexpected_cfgs] level = "warn" priority = 0 [lints.rust.unknown_lints] level = "warn" priority = -1 [lints.rust.unused] level = "warn" priority = -2 [lints.rustdoc] bare_urls = "warn" broken_intra_doc_links = "warn" invalid_codeblock_attributes = "warn" invalid_html_tags = "warn" missing_crate_level_docs = "allow" private_doc_tests = "warn" private_intra_doc_links = "warn"