# 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 = "userprompt" version = "0.2.0" publish = ["crates-io"] description = "A crate that helps gather input from a user" license = "GPL-3.0" repository = "https://github.com/uglyoldbob/prompt" [dependencies.egui] version = "0.27.2" optional = true [dependencies.rfd] version = "0.14.1" optional = true [dependencies.rpassword] version = "7.3.1" [dependencies.serde] version = "1.0.197" features = ["serde_derive"] optional = true [dependencies.userprompt_derive] version = "0.0.1" [features] default = [] egui = [ "dep:egui", "userprompt_derive/egui", "dep:rfd", ] serde = ["dep:serde"]