facet-error 0.43.2

thiserror replacement powered by facet - derive Error trait from doc comments
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.90"
name = "facet-error"
version = "0.43.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "thiserror replacement powered by facet - derive Error trait from doc comments"
readme = "README.md"
keywords = [
    "facet",
    "error",
    "derive",
    "thiserror",
]
categories = [
    "rust-patterns",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/facet-rs/facet"

[package.metadata."docs.rs"]
rustdoc-args = [
    "--html-in-header",
    "arborium-header.html",
]

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

[[test]]
name = "main"
path = "tests/main.rs"

[dependencies.facet]
version = "0.43.2"

[dev-dependencies]

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