# 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 = "2021" name = "checkline" version = "1.1.3" authors = ["Joel Parker Henderson "] description = "checkline: checkbox line picker for stdin line input" readme = "README.md" keywords = [ "check", "checkbox", "stdin", "pick", "choose", ] categories = [ "command-line-utilities", "text-editors", ] license = "MIT OR Apache-2.0 OR GPL-2.0 OR GPL-3.0" repository = "https://github.com/sixarm/checkline/" [dependencies.clap] version = "4.5.4" features = [ "deprecated", "derive", "cargo", "env", "unicode", "wrap_help", "string", ] [dependencies.cursive] version = "0.20.0" [dependencies.env_logger] version = "0.10.2" [dependencies.log] version = "0.4.21"