# 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 = "some-to-err" version = "0.2.1" authors = ["cyphersnake "] description = "A set of traits for converting `Option` to `Result`, providing methods to transform `Some` values to `Err` while handling `None` values as `Ok`, either directly or using a closure to generate the Ok result." homepage = "https://github.com/cyphersnake/some-to-err" readme = "README.md" keywords = [ "option", "result", "conversion", "utilities", ] license = "MIT" repository = "https://github.com/cyphersnake/some-to-err" [dependencies]