[package] name = "gvm" description = "Proof of concept" version = "0.0.3" authors = ["David Sherret "] edition = "2018" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] app_dirs = { version = "2", package = "app_dirs2" } bytes = "0.5.4" clap = "2.33.0" jsonc-parser = { version = "0.12.1" } futures = "0.3.5" reqwest = { version = "0.10.4", features = ["rustls-tls"] } serde = { version = "1.0.88", features = ["derive"] } serde_json = "1.0" tokio = { version = "0.2", features = ["full"] } url = "2.1.1" zip = "0.5.6"