pumpkin-checking 0.3.0

Types used by both pumpkin-core and pumpkin-checker
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 = "pumpkin-checking"
version = "0.3.0"
authors = [
    "Emir Demirović",
    "Maarten Flippo",
    "Imko Marijnissen",
    "Konstantin Sidorov",
    "Jeff Smits",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Types used by both pumpkin-core and pumpkin-checker"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/consol-lab/pumpkin"
resolver = "2"

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

[dependencies.dyn-clone]
version = "1.0.20"

[dependencies.fnv]
version = "1.0.7"

[lints.clippy]
allow_attributes_without_reason = "deny"
clone_on_ref_ptr = "warn"
default_union_representation = "deny"
implicit_clone = "warn"
missing_enforced_import_renames = "warn"
mixed_read_write_in_expression = "deny"
multiple_crate_versions = "warn"
negative_feature_names = "deny"
rc_mutex = "warn"
redundant_feature_names = "warn"
redundant_type_annotations = "warn"
rest_pat_in_fully_bound_structs = "warn"
same_name_method = "warn"
self_named_module_files = "deny"
str_to_string = "warn"
string_add = "warn"
string_add_assign = "warn"
string_lit_chars_any = "warn"
tests_outside_test_module = "warn"
try_err = "warn"
undocumented_unsafe_blocks = "warn"
unnecessary_safety_comment = "warn"
unnecessary_safety_doc = "warn"
unseparated_literal_suffix = "warn"
wildcard_dependencies = "warn"
wrong_self_convention = "warn"

[lints.rust]
missing_copy_implementations = "warn"
missing_debug_implementations = "warn"
non_ascii_idents = "deny"
trivial_casts = "warn"
trivial_numeric_casts = "warn"
unreachable_pub = "warn"
unused_extern_crates = "warn"
unused_import_braces = "warn"
unused_lifetimes = "warn"
unused_macro_rules = "warn"
unused_qualifications = "warn"
unused_results = "warn"
variant_size_differences = "warn"