# 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 = "pobsd-browser" version = "0.1.0" authors = ["Hukadan "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Terminal user interface for browsing the PlayOnBSD database" homepage = "https://playonbsd-rs.github.io/pobsd-browser.1.html" documentation = "https://playonbsd-rs.github.io/pobsd-browser.1.html" readme = "README.md" keywords = [ "OpenBSD", "PlayOnBSD", ] license = "MIT" repository = "https://github.com/playonbsd-rs/pobsd-browser" [[bin]] name = "pobsd-browser" path = "src/main.rs" [dependencies.clap] version = "4.5.17" [dependencies.crossterm] version = "0.28.1" features = ["event-stream"] [dependencies.futures] version = "0.3.30" [dependencies.libpobsd] version = "0.3.1" [dependencies.ratatui] version = "0.28.1" [dependencies.reqwest] version = "0.12.7" [dependencies.serde] version = "1.0.209" features = [ "derive", "serde_derive", ] [dependencies.tokio] version = "1.39.3" features = ["full"]