# 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 = "minus" version = "5.6.1" authors = ["Arijit Dey "] description = "An asynchronous data feedable terminal paging library for Rust" documentation = "https://docs.rs/minus" readme = "README.md" keywords = [ "pager", "asynchronous", "dynamic", "less", "more", ] categories = [ "Text processing", "Command-line interface", "Asynchronous", ] license = "MIT OR Apache-2.0" repository = "https://github.com/arijit79/minus" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "minus" crate-type = ["lib"] path = "src/lib.rs" [[example]] name = "dyn_tokio" path = "examples/dyn_tokio.rs" required-features = ["dynamic_output"] [[example]] name = "less-rs" path = "examples/less-rs.rs" required-features = ["dynamic_output"] [[example]] name = "static" path = "examples/static.rs" required-features = ["static_output"] [[example]] name = "large_lines" path = "examples/large_lines.rs" required-features = ["static_output"] [[example]] name = "color-output" path = "examples/color-output.rs" required-features = ["static_output"] [[example]] name = "static-no-overflow" path = "examples/static-no-overflow.rs" required-features = ["static_output"] [[example]] name = "msg-tokio" path = "examples/msg-tokio.rs" required-features = ["dynamic_output"] [dependencies.crossbeam-channel] version = "^0.5" [dependencies.crossterm] version = "^0.27" [dependencies.once_cell] version = "^1.18" features = ["parking_lot"] [dependencies.parking_lot] version = "0.12.1" [dependencies.regex] version = "^1" optional = true [dependencies.textwrap] version = "~0.16" features = ["unicode-width"] default-features = false [dependencies.thiserror] version = "^1" [dev-dependencies.tokio] version = "^1.0" features = [ "rt", "macros", "rt-multi-thread", "time", ] [features] dynamic_output = [] search = ["regex"] static_output = []