rustic_testing 0.2.2

rustic_testuing - library for test support in rustic-rs
Documentation
[dependencies.aho-corasick]
version = "1.1.3"

[dependencies.anyhow]
version = "1.0.89"

[dependencies.bytes]
version = "1.7.2"

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

[dependencies.once_cell]
version = "1.20.1"

[dependencies.rustic_core]
version = "0"

[dependencies.tempfile]
version = "3.13.0"

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

[lints.clippy]
cast_lossless = "warn"
default_trait_access = "warn"
doc_markdown = "warn"
enum_glob_use = "warn"
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"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = """
rustic_testuing - library for test support in rustic-rs
"""
edition = "2021"
license = "Apache-2.0 OR MIT"
name = "rustic_testing"
publish = true
readme = false
rust-version = "1.76.0"
version = "0.2.2"