# 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 = "handles" version = "0.0.1" authors = ["Danny McClanahan "] description = "Type-erased strategies for sharing and cloning resources." license = "Apache-2.0" repository = "https://github.com/cosmicexplorer/spack-rs" [dependencies] [lints.clippy] collapsible_else_if = "allow" expl_impl_clone_on_copy = "deny" if_not_else = "deny" len_without_is_empty = "allow" match_ref_pats = "allow" module_inception = "allow" needless_continue = "deny" redundant_field_names = "allow" result_large_err = "allow" single_component_path_imports = "allow" too_many_arguments = "allow" unseparated_literal_suffix = "deny" used_underscore_binding = "deny"