# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "question" version = "0.2.2" authors = ["Derek Goddeau "] description = "Ask a question, what more could you want?" homepage = "https://gitlab.com/starshell/question" documentation = "https://docs.rs/question/0.1.0/question/" readme = "README.md" keywords = ["question", "ask", "answer", "cli", "prompt"] categories = ["command-line-utilities", "command-line-interface"] license = "MIT" repository = "https://gitlab.com/starshell/question" [dependencies.clippy] version = "0.0.169" optional = true [features] default = [] strict = ["clippy"] [badges.appveyor] branch = "master" repository = "starshell/question" service = "gitlab" [badges.codecov] branch = "master" repository = "starshell/question" service = "gitlab" [badges.gitlab] branch = "master" repository = "starshell/question" [badges.maintenance] status = "passively-maintained"