# 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 = "xdialog" version = "0.1.1" authors = ["Caelan Sayler "] description = "A small native-ish cross platform dialogs library with zero runtime dependencies." readme = "README.md" keywords = [ "dialog", "message-box", "messagebox", "cross-platform", ] categories = [ "graphics", "gui", "visualization", ] license = "MIT" repository = "https://github.com/velopack/xdialog" [dependencies.atomic-counter] version = "1.0" [dependencies.dark-light] version = "1.1" [dependencies.enum-map] version = "2.7" [dependencies.fltk] version = "1.4" [dependencies.font-kit] version = "0.14" [dependencies.lazy_static] version = "1.5" [dependencies.log] version = "0.4" [dependencies.mina] version = "0.1" [features] default = ["fltk-bundled"] fltk-bundled = ["fltk/fltk-bundled"]