[package] name = "somm_gorc" authors = ["PeggyJV "] version = "0.1.1" edition = "2018" description = "This crate contains gorc, the cosmos-ethereum bridge" license = "Apache-2.0" [dependencies] gumdrop = "0.7" serde = { version = "1", features = ["serde_derive"] } thiserror = "1" regex = "1.5.4" somm_cosmos_gravity = { version = "0.1.0", path = "../cosmos_gravity" } somm_ethereum_gravity = {version = "0.1.0", path = "../ethereum_gravity"} somm_gravity_proto = {version = "0.1.2", path = "../gravity_proto/"} somm_gravity_utils = { version = "0.1.0", path = "../gravity_utils" } somm_orchestrator = { version = "0.1.1", path = "../orchestrator" } somm_relayer = { version = "0.1.2", path = "../relayer" } deep_space ={version = "2.4.3", git="https://github.com/iqlusioninc/deep_space/", branch="zaki/tendermint_0_21"} clarity = "0.4.12" actix-rt = "2.2" rpassword = "5" bip32 = "0.2" k256 = { version = "0.9", features = ["pem"] } pkcs8 = { version = "0.7", features = ["pem"] } signatory = "0.23.0-pre" rand_core = { version = "0.6", features = ["std"] } abscissa_tokio = { version = "0.6.0-pre.2", features = ["actix"] } web30 = "0.14" tokio = "1" tonic = "0.4" toml = "0.5" prost = "0.7" bytes = "1" [dependencies.abscissa_core] version = "0.6.0-pre.1" # optional: use `gimli` to capture backtraces # see https://github.com/rust-lang/backtrace-rs/issues/189 # features = ["gimli-backtrace"] [dev-dependencies] abscissa_core = { version = "0.6.0-pre.1", features = ["testing"] } once_cell = "1.2"