[package] name = "contact" version = "0.4.2" authors = ["Justin Kilpatrick "] edition = "2018" repository = "https://github.com/althea-net/contact" description = "A highly portable REST library for Cosmos blockchains" license = "Apache-2.0" [dependencies] deep_space = {version = "0.2", features = ["key_import"]} serde = "1.0" serde_derive = "1.0" serde_json = "1.0" actix-web = {version = "3", features=["openssl"]} log = "0.4" num256 = "0.3" tokio = {version = "0.2", features=["time"]} [dev-dependencies] rand = "0.8" actix = "0.10" sha3 = "0.9" env_logger = "0.8" tokio = {version = "0.2", features=["time"]}