# 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 = "promptly" version = "0.3.1" authors = ["Anthony Nowell "] description = "Simple, opinionated CLI prompting helper" readme = "README.md" keywords = [ "prompt", "cli", "readline", "autocomplete", ] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/anowell/promptly" [dependencies.rustyline] version = "9.1.2" [dependencies.url] version = "2.2.2" optional = true [features] default = [] nightly = []