user-error 1.0.2

Simple error type that display in a clear and beautiful manner to the user of a CLI application.
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]
edition = "2018"
name = "user-error"
version = "1.0.2"
authors = ["Amy <git@xvrqt.com>"]
description = "Simple error type that display in a clear and beautiful manner to the user of a CLI application."
homepage = "https://git.xvrqt.com/amy/user-error"
readme = "README.md"
keywords = ["errors", "pretty-print", "struct", "xvrqt"]
categories = ["data-structures", "command-line-interface"]
license = "BSD-3-Clause"
repository = "https://git.xvrqt.com/amy/user-error.git"
[dependencies.colorful]
version = "0.2.1"

[dependencies.rusqlite]
version = "0.19.0"