# 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 = "alternate" version = "0.0.0" authors = ["Alexander Kenji Berthold"] description = "A pager for your pagers." homepage = "https://github.com/a-kenji/alternate" documentation = "https://github.com/a-kenji/alternate" readme = "./README.md" license-file = "./LICENSE" repository = "https://github.com/a-kenji/alternate" [profile.dev] lto = "thin" debug = 0 incremental = true strip = true [profile.release] opt-level = "z" lto = "fat" codegen-units = 1 strip = true [dependencies.anyhow] version = "1.0.82" [dependencies.bytes] version = "1.6.0" [dependencies.callee] version = "0.1.4" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.crossterm] version = "0.27.0" features = ["event-stream"] [dependencies.flume] version = "0.11.0" [dependencies.portable-pty] version = "0.8.1" [dependencies.thiserror] version = "1.0.59" [dependencies.time] version = "0.3.36" features = [ "macros", "formatting", ] [dependencies.tokio] version = "1.37.0" features = [ "full", "process", "fs", ] [dependencies.tracing] version = "0.1.36" [dependencies.tracing-subscriber] version = "0.3.17" features = [ "time", "std", "fmt", ] [dependencies.tui] version = "0.26.2" package = "ratatui" [dependencies.tui-term] version = "0.1.10"