rustic_testing 0.4.1

rustic_testuing - library for test support in rustic-rs
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"
rust-version = "1.88.0"
name = "rustic_testing"
version = "0.4.1"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
rustic_testuing - library for test support in rustic-rs
"""
readme = false
license = "Apache-2.0 OR MIT"
resolver = "3"

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

[dependencies.aho-corasick]
version = "1.1.4"

[dependencies.bytes]
version = "1.11.1"

[dependencies.enum-map]
version = "2.7.3"

[dependencies.rustic_core]
version = "0"

[dependencies.tempfile]
version = "3.25.0"

[lints.clippy]
cast_lossless = "warn"
default_trait_access = "warn"
doc_markdown = "warn"
enum_glob_use = "warn"
literal_string_with_formatting_args = "allow"
manual_string_new = "warn"
match_same_arms = "warn"
missing_const_for_fn = "allow"
module_name_repetitions = "allow"
needless_raw_string_hashes = "allow"
redundant_pub_crate = "allow"
semicolon_if_nothing_returned = "warn"
trivially_copy_pass_by_ref = "warn"

[lints.clippy.complexity]
level = "warn"
priority = -1

[lints.clippy.correctness]
level = "warn"
priority = -1

[lints.clippy.nursery]
level = "warn"
priority = -1

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

[lints.clippy.perf]
level = "warn"
priority = -1

[lints.clippy.suspicious]
level = "warn"
priority = -1

[lints.rust]
bad_style = "warn"
dead_code = "allow"
improper_ctypes = "warn"
missing_copy_implementations = "warn"
missing_debug_implementations = "warn"
missing_docs = "warn"
no_mangle_generic_items = "warn"
non_shorthand_field_patterns = "warn"
overflowing_literals = "warn"
path_statements = "warn"
patterns_in_fns_without_body = "warn"
trivial_casts = "warn"
trivial_numeric_casts = "warn"
unconditional_recursion = "warn"
unreachable_pub = "allow"
unsafe_code = "forbid"
unused_allocation = "warn"
unused_comparisons = "warn"
unused_extern_crates = "warn"
unused_import_braces = "warn"
unused_lifetimes = "warn"
unused_parens = "warn"
unused_qualifications = "warn"
unused_results = "warn"
while_true = "warn"

[lints.rust.rust_2018_idioms]
level = "warn"
priority = -1

[lints.rust.unused]
level = "warn"
priority = -1

[lints.rustdoc]
private_intra_doc_links = "allow"