# 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 = "lobtui" version = "0.3.0" authors = ["Badr Badri "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "TUI for lobste.rs website" homepage = "https://github.com/pythops/lobtui" readme = "Readme.md" license = "GPL-3.0" repository = "https://github.com/pythops/lobtui" [profile.release] lto = "fat" codegen-units = 1 strip = true [lib] name = "lobtui" path = "src/lib.rs" [[bin]] name = "lobtui" path = "src/main.rs" [dependencies.clap] version = "4" features = [ "derive", "cargo", ] [dependencies.color-eyre] version = "0.6" [dependencies.crossterm] version = "0.28" features = ["event-stream"] [dependencies.futures] version = "0.3" [dependencies.open] version = "5" [dependencies.ratatui] version = "0.28" [dependencies.reqwest] version = "0.12" features = ["rustls-tls"] default-features = false [dependencies.scraper] version = "0.20" [dependencies.tokio] version = "1" features = ["full"]