# 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 = "custom_error" version = "1.9.2" 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] [features] default = ["std"] std = [] unstable = [] [badges.maintenance] status = "passively-maintained"