custom_error 1.5.0

Define custom errors without boilerplate using the custom_error! macro.
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "custom_error"
version = "1.5.0"
authors = ["lovasoa"]
description = "Define custom errors without boilerplate using the custom_error! macro."
homepage = "https://github.com/lovasoa/custom_error"
documentation = "https://docs.rs/custom_error"
readme = "README.md"
keywords = ["error", "failure", "macro"]
categories = ["rust-patterns", "development-tools", "encoding"]
license = "BSD-2-Clause"
repository = "https://github.com/lovasoa/custom_error"

[dependencies]
[badges.travis-ci]
branch = "master"
repository = "lovasoa/custom_error"