[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"