tuplities-partial-eq 0.1.4

A trait for partial equality comparison of tuples
Documentation
# 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 = "2024"
name = "tuplities-partial-eq"
version = "0.1.4"
authors = ["Luca Cappelletti"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A trait for partial equality comparison of tuples"
homepage = "https://github.com/lucacappelletti94/tuplities"
readme = "README.md"
keywords = [
    "tuples",
    "utilities",
    "metaprogramming",
    "typenum",
]
categories = [
    "development-tools",
    "data-structures",
]
license-file = "LICENSE"
repository = "https://github.com/lucacappelletti94/tuplities"
resolver = "2"

[features]
default = []
size-128 = ["tuplities-derive/size-128"]
size-16 = ["tuplities-derive/size-16"]
size-32 = ["tuplities-derive/size-32"]
size-48 = ["tuplities-derive/size-48"]
size-64 = ["tuplities-derive/size-64"]
size-96 = ["tuplities-derive/size-96"]

[lib]
name = "tuplities_partial_eq"
path = "src/lib.rs"

[dependencies.tuplities-derive]
version = "0.1.4"

[lints.clippy]
clone_on_copy = "forbid"
doc_markdown = "allow"
missing_panics_doc = "allow"
new_ret_no_self = "allow"
redundant_clone = "forbid"
should_panic_without_expect = "allow"
struct_excessive_bools = "allow"
unnecessary_cast = "forbid"
unreadable_literal = "allow"
unused_unit = "allow"

[lints.clippy.pedantic]
level = "deny"
priority = -1

[lints.rust]
deprecated = "deny"
missing_docs = "forbid"
unconditional_recursion = "forbid"
unreachable_patterns = "forbid"
unused_import_braces = "forbid"
unused_macro_rules = "forbid"
unused_must_use = "forbid"