rustic_config 0.2.3

rustic_config - library for configuration support in rustic-rs
Documentation
[dependencies]

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

[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"

[package]
authors = ["the rustic-rs team"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["config"]
description = """
rustic_config - library for configuration support in rustic-rs
"""
documentation = "https://docs.rs/rustic_config"
edition = "2024"
homepage = "https://rustic.cli.rs/"
include = ["src/**/*", "LICENSE-*", "README.md"]
keywords = ["backup", "restic", "deduplication", "encryption", "library"]
license = "Apache-2.0 OR MIT"
name = "rustic_config"
publish = true
readme = "README.md"
repository = "https://github.com/rustic-rs/rustic_core"
resolver = "3"
rust-version = "1.85.0"
version = "0.2.3"