# 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 = "partial-result" version = "0.1.0" authors = ["Oleksandr Manenko "] description = "A library for results that return success for non-critical errors." documentation = "https://docs.rs/partial-result" readme = "README.md" keywords = [ "error-handling", "result", "non-fatal-error", "partial-success", ] categories = ["rust-patterns"] license = "MIT" repository = "https://gitlab.com/manenko/partial-result"