# 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 = "2015" name = "unwrap_or" version = "1.0.1" description = "Four easy unwrap Result and Option macros that allow for any inline-scoped code for things like return, continue, and break." readme = "readme.md" keywords = [ "unwrap", "return", "continue", "break", "macros", ] categories = [ "rust-patterns", "development-tools::debugging", ] license-file = "license.md" repository = "https://gitlab.com/orourley/unwrap-or"