rustic_config 0.2.4

rustic_config - library for configuration 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_config"
version = "0.2.4"
authors = ["the rustic-rs team"]
build = false
include = [
    "src/**/*",
    "LICENSE-*",
    "README.md",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
rustic_config - library for configuration support in rustic-rs
"""
homepage = "https://rustic.cli.rs/"
documentation = "https://docs.rs/rustic_config"
readme = "README.md"
keywords = [
    "backup",
    "restic",
    "deduplication",
    "encryption",
    "library",
]
categories = ["config"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/rustic-rs/rustic_core"
resolver = "3"

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

[dependencies]

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