# 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 = "peep" version = "0.1.6" authors = ["ryochack "] description = "The CLI text viewer tool that works like `less` command on small pane within the terminal window." readme = "README.md" keywords = [ "pager", "less", "more", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/ryochack/peep" [profile.release] lto = true strip = true [dependencies.ctrlc] version = "3.2" [dependencies.getopts] version = "0.2" [dependencies.inotify] version = "0.10" [dependencies.libc] version = "0.2" [dependencies.mio] version = "0.8" [dependencies.nix] version = "0.24" [dependencies.regex] version = "1.5" [dependencies.termion] version = "1.5" [dependencies.termios] version = "0.3" [dependencies.unicode-width] version = "0.1"