ai-quick-error 2.0.1

A no_std fork of quick-error
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 = "2018"
name = "ai-quick-error"
version = "2.0.1"
authors = [
    "Paul Colomiets <paul@colomiets.name>",
    "Colin Kiegel <kiegel@gmx.de>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A no_std fork of quick-error"
homepage = "http://github.com/atom-planet-embrace/quick-error"
documentation = "http://docs.rs/ai-quick-error"
readme = false
keywords = [
    "macro",
    "error",
    "type",
    "enum",
]
categories = ["rust-patterns"]
license = "MIT/Apache-2.0"
repository = "http://github.com/atom-planet-embrace/quick-error"

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

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