# 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 = "chainerror" version = "1.0.0" authors = ["Harald Hoyer "] exclude = [ ".gitignore", "examples/*", "booksrc/*", "book.toml", "theme/*", "git-deploy-branch.sh", ".travis.yml", ] description = "Make chaining errors easy." homepage = "https://haraldh.github.io/chainerror/" documentation = "https://docs.rs/chainerror" readme = "README.md" keywords = ["error"] categories = ["rust-patterns"] license = "MIT OR Apache-2.0" repository = "https://github.com/haraldh/chainerror" [package.metadata.docs.rs] cargo-args = [ "-Zunstable-options", "-Zrustdoc-scrape-examples", ] [badges.github] repository = "haraldh/chainerror" workflow = "Rust" [badges.is-it-maintained-issue-resolution] repository = "haraldh/chainerror" [badges.is-it-maintained-open-issues] repository = "haraldh/chainerror" [badges.maintenance] status = "actively-developed"