kellnr-error 6.1.1

Kellnr is a self-hosted registry for Rust crates with support for rustdocs and crates.io caching.
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 = "kellnr-error"
version = "6.1.1"
authors = ["kellnr.io"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Kellnr is a self-hosted registry for Rust crates with support for rustdocs and crates.io caching."
homepage = "https://kellnr.io/"
documentation = "https://kellnr.io/documentation"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/kellnr/kellnr"

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

[dependencies.axum]
version = "0.8.7"
features = [
    "macros",
    "http2",
]

[dependencies.kellnr-common]
version = "6.1.1"

[dependencies.kellnr-db]
version = "6.1.1"

[dependencies.kellnr-storage]
version = "6.1.1"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.zip]
version = "8.4.0"

[lints.clippy]
cast_lossless = "allow"
cast_possible_truncation = "allow"
cast_possible_wrap = "allow"
cast_sign_loss = "allow"
if_not_else = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
must_use_candidate = "allow"
too_many_lines = "allow"
used_underscore_binding = "allow"

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

[lints.rust]
unsafe_code = "forbid"
unused_qualifications = "warn"