[package] name = "bitgo" version = "0.0.3" authors = ["Lucas Holder "] description = "BitGo API client" edition = "2018" license = "MIT" readme = "README.md" repository = "https://github.com/lucasholder/bitgo.git" keywords = ["cryptocurrency", "bitgo", "ethereum", "bitcoin"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = "^2.33" url = "2.1.1" reqwest = { version = "0.10", features = ["json", "blocking"] } tokio = { version = "0.2", features = ["full"] } chrono = "0.4.11" serde_json = "1.0" serde_derive = "1.0" serde = "1.0"