# 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 = "visualpanic-rs" version = "0.1.2" description = "A library providing a panic hook for Rust applications that visualizes the panic with a native error dialog on supported systems" readme = "README.md" keywords = [ "panic", "visualpanic", "gui", "debugging", "development-tools", ] categories = [ "development-tools", "gui", "development-tools::debugging", ] license = "MIT" repository = "https://github.com/philippremy/visualpanic-rs" [dependencies.native-dialog] version = "0.7.0" [dependencies.serde] version = "1.0.193" features = ["derive"]