[package] name = "pobsd-browser" description = "Terminal user interface for browsing the PlayOnBSD database" version = "0.1.0" authors = ["Hukadan "] license = "MIT" edition = "2021" homepage = "https://playonbsd-rs.github.io/pobsd-browser.1.html" repository = "https://github.com/playonbsd-rs/pobsd-browser" documentation = "https://playonbsd-rs.github.io/pobsd-browser.1.html" readme = "README.md" keywords = ["OpenBSD", "PlayOnBSD"] [dependencies] clap = "4.5.17" crossterm = { version = "0.28.1", features = ["event-stream"] } futures = "0.3.30" libpobsd = "0.3.1" ratatui = "0.28.1" reqwest = "0.12.7" serde = { version = "1.0.209", features = ["derive", "serde_derive"] } tokio = { version = "1.39.3", features = ["full"] }