err-report 0.1.2

Clone of the unstable `std::error::Report` type
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.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