[package] name = "tpb" version = "1.2.6" authors = ["Mohammad Mustakim Ali "] edition = "2018" description = "Cli tool to search The Pirate Bay using the fastest available proxy." license = "MS-PL" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chttp = "0.5.5" regex = "1.3.4" percent-encoding = "2.1.0" base64 = "0.13.0" yansi = "0.5" dialoguer = "0.9.0" atty = "0.2" structopt = "0.3.9" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" chrono = "0.4.18" humansize = "1.1.0"