# 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 = "read_input" version = "0.8.6" authors = ["Ethan Brierley "] exclude = ["examples/"] description = "Ask for user input until the data inputted is valid\n" documentation = "https://docs.rs/read_input/" readme = "README.md" keywords = ["input", "console", "cli", "text", "simple"] categories = ["command-line-interface", "rust-patterns"] license = "MIT/Apache-2.0" repository = "https://github.com/eopb/read_input" [dev-dependencies.chrono] version = "0.4" [dev-dependencies.dont_disappear] version = "3" [dev-dependencies.rand] version = "0.8" [dev-dependencies.url] version = "2.2"