# 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] edition = "2018" name = "asking" version = "0.0.2" authors = ["Raimundo Saona "] description = "Build async prompts.\n" homepage = "https://crates.io/crates/asking" documentation = "https://docs.rs/asking" readme = "README.md" keywords = ["ask", "cli", "input", "prompt", "question"] categories = ["command-line-interface", "command-line-utilities", "encoding", "rust-patterns", "value-formatting"] license = "MIT OR Apache-2.0" repository = "https://github.com/saona-raimundo/asking" [dependencies.async-std] version = "1.9.0" [dependencies.chrono] version = "0.4.19" [dependencies.eyre] version = "0.6.5" [dependencies.thiserror] version = "1.0.26" [dev-dependencies.assert_cmd] version = "2.0.0" [dev-dependencies.async-dup] version = "1.2.2" [dev-dependencies.async-std] version = "1.9.0" features = ["attributes", "unstable"] [dev-dependencies.doc-comment] version = "0.3.3" [dev-dependencies.rand] version = "0.8.4" [badges.maintenance] status = "actively-developed"