# 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 = "fallible_map" version = "0.1.1" authors = ["Dario Cancelliere "] exclude = ["/target"] description = "Utilities for fallible mapping over `Option` and iterators using functions that can return `Result`s." homepage = "https://github.com/tifaremosapere/fallible_map" documentation = "https://docs.rs/fallible_map_ext" readme = "README.md" keywords = [ "fallible", "mapping", "option", "result", "error-handling", ] categories = [ "data-structures", "algorithms", "rust-patterns", ] license = "MIT" repository = "https://github.com/tifaremosapere/fallible_map" [dependencies] [features] default = []