backerror 0.1.2

Java style backtrace for Rust
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 = "2021"
name = "backerror"
version = "0.1.2"
authors = ["Ting Lou <ting.lou@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Java style backtrace for Rust"
documentation = "https://docs.rs/backerror/"
readme = "README.md"
keywords = [
    "error",
    "error-handling",
    "backtrace",
    "stacktrace",
    "thiserror",
]
categories = [
    "rust-patterns",
    "development-tools::debugging",
]
license = "Apache-2.0"
repository = "https://github.com/tinglou/backerror-rs"

[features]
backtrace = []
default = [
    "force_backtrace",
    "release_off",
]
force_backtrace = ["backtrace"]
release_off = ["backerror-macros/release_off"]

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

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

[dependencies.backerror-macros]
version = "0.1.2"

[dev-dependencies.thiserror]
version = "2"