[package] name = "rust-script-tool" version = "0.1.0" authors = ["Hatter Jiang@Pixelbook "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] log = "0.4.11" pretty_env_logger = "0.4.0" clap = "2.33.1" tokio = { version = "0.2.6", features = ["full"] } reqwest = { version = "0.10", features = ["blocking", "json"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" lazy_static = "1.4.0" hex = "0.4.2" sha2 = "0.9.1" quick-error = "1.2.3"