[package] name = "ipswdl2" version = "0.1.1" authors = ["Andrew Ealovega "] edition = "2018" license = "MIT OR Apache-2.0" description = "Downloads Apple's IPhone SoftWare (IPSW) files." homepage = "https://github.com/andyblarblar/ipswdl2" repository = "https://github.com/andyblarblar/ipswdl2" categories = ["command-line-utilities"] keywords = ["ipsw"] readme = "../README.md" [dependencies] structopt = "0.3.21" serde = {version = "1.0.126", features = ["derive"]} serde_json = "1.0.64" reqwest = { version = "0.11.3", features = ["json", "stream"]} futures = "0.3.15" tokio = { version = "1.6.0", features = ["rt-multi-thread", "macros"]} bytes = "1.0.1" chrono = {version = "0.4.19", features = ["serde"]} ctrlc = "3.1.9" tempfile = "3.2.0" indicatif = "0.16.2" colored = "2.0.0" log = "0.4.14" simplelog = "0.10.0"