bt_any_error 0.1.0

An easy-to-use, lightweight, zero-dependency generic Error that can be passed to another thread.
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"
name = "bt_any_error"
version = "0.1.0"
authors = ["calvarez <calvarez@bachuetech.biz>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An easy-to-use, lightweight, zero-dependency generic Error that can be passed to another thread."
homepage = "https://github.com/bachuetech/bt_any_error"
readme = "README.md"
keywords = ["error"]
categories = ["development-tools"]
license = "GPL-3.0-only"
repository = "https://github.com/bachuetech/bt_any_error.git"

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

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

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

[dependencies]