avila-error 0.2.0

AVL Platform error handling - replacement for anyhow/thiserror
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 = "avila-error"
version = "0.2.0"
authors = ["Nícolas Ávila <nicolas@avila.inc>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AVL Platform error handling - replacement for anyhow/thiserror"
homepage = "https://avila.inc"
readme = false
keywords = [
    "error",
    "avila",
    "avl",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/avilaops/arxis"

[features]
context = []
default = []
derive = ["avila-error-derive"]
full = [
    "derive",
    "context",
]

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

[[example]]
name = "usage"
path = "examples/usage.rs"

[dependencies.avila-error-derive]
version = "0.1.0"
optional = true