[package]
edition = "2024"
rust-version = "1.85"
name = "err-report"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Clone of the unstable `std::error::Report` type"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/robjtede/actix-web-lab"
resolver = "2"
[lib]
name = "err_report"
path = "src/lib.rs"
[[test]]
name = "tests"
path = "tests/tests.rs"
[dependencies]
[dev-dependencies.indoc]
version = "2"
[lints.rust]
future_incompatible = "warn"
missing_debug_implementations = "warn"
missing_docs = "warn"
[lints.rust.nonstandard_style]
level = "deny"
priority = 5
[lints.rust.rust_2018_idioms]
level = "deny"
priority = 10