# 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 = "ate-pager" version = "0.1.1" description = "It paginates and navigates" homepage = "https://github.com/groves/ate" readme = "README.md" keywords = ["terminal"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/groves/ate" resolver = "2" [[bin]] name = "ate" path = "src/main.rs" [dependencies.anyhow] version = "1.0.65" [dependencies.atty] version = "0.2.14" [dependencies.backtrace] version = "0.3" [dependencies.cassowary] version = "0.3" [dependencies.chrono] version = "0.4.22" [dependencies.fern] version = "0.6.1" features = ["chrono"] [dependencies.finl_unicode] version = "1.1.0" [dependencies.fnv] version = "1.0" [dependencies.log] version = "0.4.17" [dependencies.termwiz] version = "0.19" [dependencies.xdg] version = "2.4.1"