cgp-error-std 0.6.1

Context-generic programming error handlers implemented using `std::error::Error`
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.89"
name = "cgp-error-std"
version = "0.6.1"
authors = ["Soares Chen <soares.chen@maybevoid.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
    Context-generic programming error handlers implemented using `std::error::Error`
"""
readme = false
keywords = ["cgp"]
license = "Apache-2.0"
repository = "https://github.com/contextgeneric/cgp"

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

[dependencies.cgp-core]
version = "0.6.1"