ntex-error 1.1.0

ntex error management
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"
name = "ntex-error"
version = "1.1.0"
authors = ["ntex contributors <team@ntex.rs>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ntex error management"
homepage = "https://ntex.rs"
documentation = "https://docs.rs/ntex-error/"
readme = false
keywords = [
    "network",
    "framework",
]
categories = ["network-programming"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ntex-rs/ntex.git"
resolver = "2"

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

[dependencies.backtrace]
version = "0.3.76"

[dependencies.foldhash]
version = "0.2.0"

[dependencies.ntex-bytes]
version = "1.5.2"

[dev-dependencies.ntex]
version = "3.6.0"

[dev-dependencies.thiserror]
version = "2"

[lints.rust]
missing_debug_implementations = "deny"
rust_2018_idioms = "deny"
unreachable_pub = "deny"
warnings = "deny"

[lints.rust.async_fn_in_trait]
level = "allow"
priority = -1

[lints.rust.unexpected_cfgs]
level = "warn"
priority = -2
check-cfg = ["cfg(docsrs_dep)"]