# 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 = "2021" rust-version = "1.80.0" name = "and_then_map_err" version = "1.0.0" authors = ["mpyw "] build = false include = [ "/src", "LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Provides traits for chaining Result operations with different error types WITHOUT the need for intermediate map_err calls." readme = "README.md" keywords = [ "map_err", "result", "error", "error-conversion", "error-handling", ] categories = ["rust-patterns"] license = "MIT" repository = "https://github.com/yumemi-inc/and-then-map-err" [lib] name = "and_then_map_err" path = "src/lib.rs" [dependencies] [dev-dependencies.thiserror] version = "1"