# 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 = "proceed" version = "0.1.0" authors = ["Alexander Dean-Kennedy "] description = "A simple rust cli abstraction for accepting user-input." readme = "README.md" keywords = ["cli", "term", "terminal", "input", "ui"] categories = ["command-line-interface", "command-line-utilities"] license = "MIT" repository = "https://git.sr.ht/~dstar4138/proceed" [package.metadata.docs.rs] all-features = true [package.metadata.release] no-dev-version = true [dependencies.termios] version = "0.3" optional = true [features] default = [] term = ["termios"]