[package] name = "bebasin" version = "0.1.0" authors = ["Andra Antariksa "] edition = "2018" [dependencies] webbrowser = "0.5.2" pest = "2.1.3" pest_derive = "2.1.0" md5 = "0.7.0" curl = "0.4.28" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.51" zip = "0.5" itertools = "0.9.0" tui = "0.17" crossterm = "0.22" chrono = "0.4.19" thiserror = "1.0.24" unicode-width = "0.1.9" [target.'cfg(windows)'.dependencies.winapi] version = "0.3.8" features = ["handleapi", "processthreadsapi", "winnt", "securitybaseapi", "impl-default"] [target.'cfg(unix)'.dependencies] nix = "0.16.1"