# 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 = "2018" name = "klask" version = "1.0.0" authors = ["MichaƂ Gniadek "] description = "Automatically create GUI for clap apps" keywords = ["clap", "gui", "ui", "cli", "egui"] categories = ["gui"] license = "MIT" repository = "https://github.com/MichalGniadek/klask" [dependencies.Inflector] version = "0.11.4" default-features = false [dependencies.cansi] version = "2.1.1" [dependencies.clap] version = "3.0.0" features = ["std", "derive"] default-features = false [dependencies.clap_derive] version = "3.0.0" [dependencies.eframe] version = "0.15.0" features = ["default_fonts", "egui_glow"] default-features = false [dependencies.linkify] version = "0.7" [dependencies.thiserror] version = "1.0.29" [dependencies.uuid] version = "0.8.2" features = ["v4"] [target."cfg(not(target_os = \"windows\"))".dependencies.native-dialog] version = "0.5.5" [target."cfg(target_os = \"windows\")".dependencies.native-dialog] version = "0.5.5" features = ["windows_dpi_awareness", "windows_visual_styles"]