# 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.2.8" authors = ["Amy "] description = "UserFacingError is an error crate that allows you to pretty print your errors and error chain for consumption by the end user. If you implement the UFE trait, the default implementation will let your print your error nicely to the TTY. There is also the UserFacingError type that most std Errors can be converted into, or that you can use directly." homepage = "https://github.com/xvrqt/user-error" readme = "README.md" keywords = ["errors", "pretty-print", "struct", "xvrqt"] categories = ["data-structures", "command-line-interface"] license-file = "LICENSE.txt" repository = "https://github.com/xvrqt/user-error.git"