# 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 = "streampager" version = "0.10.3" authors = ["Mark Juggurnauth-Thomas "] build = "build.rs" include = [ "src/**/*", "LICENSE.md", "README.md", "doc/sp.1.txt.tpl", "build.rs", ] default-run = "sp" description = "streampager is a pager for command output or large files" readme = "README.md" keywords = [ "pager", "less", "more", ] categories = [ "command-line-utilities", "text-processing", ] license = "MIT" repository = "https://github.com/markbt/streampager" [[bin]] name = "sp" path = "src/bin/sp/main.rs" [[bin]] name = "spp" path = "src/bin/spp/main.rs" [dependencies.anyhow] version = "1.0.20" [dependencies.bit-set] version = "0.5.1" [dependencies.clap] version = "2.32.0" features = ["wrap_help"] [dependencies.dirs] version = "3.0.1" [dependencies.enum_dispatch] version = "0.3.4" [dependencies.indexmap] version = "1.3.2" [dependencies.lazy_static] version = "1.3.0" [dependencies.lru] version = "0.7.1" [dependencies.memmap2] version = "0.5.5" [dependencies.notify] version = "4.0.15" [dependencies.pest] version = "2.1" optional = true [dependencies.pest_derive] version = "2.1" optional = true [dependencies.regex] version = "1.1.5" [dependencies.scopeguard] version = "1.0.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.smallvec] version = "1.1.0" [dependencies.tempfile] version = "3.1.0" [dependencies.terminfo] version = "0.7" [dependencies.termwiz] version = "0.18" [dependencies.thiserror] version = "1.0.23" [dependencies.toml] version = "0.5.6" [dependencies.unicode-segmentation] version = "1.2.1" [dependencies.unicode-width] version = "0.1.5" [dependencies.vec_map] version = "0.8.1" [dev-dependencies.pipe] version = "0.4.0" [build-dependencies.clap] version = "2.32.0" [features] default = ["keymap-file"] keymap-file = [ "pest", "pest_derive", ]