# 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 = "rless" version = "0.0.5" default-run = "rless" description = "A simple pager in rust" documentation = "https://docs.rs/rless" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/takashiidobe/rless" [[bin]] name = "man" path = "src/build.rs" required-features = ["build_deps"] [dependencies.async-std] version = "1.10.0" features = ["attributes"] [dependencies.atty] version = "0.2.14" [dependencies.crossterm] version = "0.20.0" [dependencies.futures] version = "0.3.17" [dependencies.man] version = "0.3.0" optional = true [dependencies.minus] version = "4.0.2" features = ["async_std_lib", "search", "static_output"] [features] build_deps = ["man"]