[package] name = "tob" version = "0.2.13" authors = ["kilpatty "] edition = "2018" license = "MIT" description = "A helper library that makes calling various nodes easier" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] # Known External # rpc-json-client = { git= "https://github.com/UrkelLabs/rpc"} rpc-json-client = "0.1.0" async-trait = "0.1.42" async-std = "1.7.0" surf = "2.1.0" # Unknown External serde = "1" serde_derive = "1" serde_json = "1" futures = "0.3.5" num-bigint = "0.4"