# 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" name = "peak-result" version = "1.0.1" description = "A simple trait that extends the standard Result enum to allow you to run some code in case of error or success." homepage = "https://github.com/FaveroFerreira/peak-result" documentation = "https://github.com/FaveroFerreira/peak-result/blob/main/README.md#usage" readme = "README.md" keywords = [ "result", "peak", "peak-result", "result-handling", ] categories = ["rust-patterns"] license = "MIT" [[bench]] name = "peak_bench" harness = false [dependencies] [dev-dependencies.criterion] version = "0.5" features = ["html_reports"]