# 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 = "pipr" version = "0.0.16" authors = ["Leon Kowarschick"] exclude = ["build_docker.sh", "showcase.gif"] publish = true description = "A commandline-utility to interactively build complex shell pipelines" readme = "Readme.md" keywords = ["shell", "cli", "terminal", "utility", "tool"] categories = ["command-line-utilities", "development-tools", "text-editors"] license = "MIT" repository = "https://github.com/Elkowar/pipr" [dependencies.ansi-parser] version = "0.6" [dependencies.atty] version = "0.2" [dependencies.config] version = "0.10" features = ["toml"] [dependencies.crossterm] version = "0.17" features = ["event-stream"] [dependencies.failure] version = "0.1.6" [dependencies.futures] version = "0.3.4" [dependencies.getopts] version = "0.2" [dependencies.itertools] version = "0.9" [dependencies.lazy_static] version = "1.4.0" [dependencies.maplit] version = "1.0" [dependencies.syntect] version = "4.1.0" [dependencies.tokio] version = "0.2" features = ["full"] [dependencies.tui] version = "0.10" features = ["crossterm"] default-features = false [dependencies.unicode-width] version = "0.1.5" [dependencies.which] version = "4.0"