# 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 = "dialog-expect" version = "1.0.4" authors = ["TH3-S4LM0N"] description = "Display a dialog box with the message when calling `.expect` or panicing" documentation = "https://docs.rs/dialog-expect" readme = "README.md" keywords = [ "dialog", "error", ] license = "MIT" repository = "https://github.com/TH3-S4LM0N/dialog-expect" [dependencies.native-dialog] version = "0.6.3"