throw_error 0.4.0-beta

Utilities for wrapping, throwing, and catching errors.
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.88"
name = "throw_error"
version = "0.4.0-beta"
authors = ["Greg Johnston"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Utilities for wrapping, throwing, and catching errors."
readme = "README.md"
license = "MIT"
repository = "https://github.com/leptos-rs/leptos"
resolver = "2"

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

[dependencies.pin-project-lite]
version = "0.2"
default-features = true

[dev-dependencies.anyhow]
version = "1.0"
default-features = false