# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "ics06-solomachine" version = "0.1.2" authors = ["Octopus Network "] description = """ Implementation of the ICS06 solomachine client according by ibc-go. """ readme = "README.md" keywords = [ "solomachine", "ics06", "cosmos", "ibc", ] license = "Apache-2.0" repository = "https://github.com/octopus-network/ics06-solomachine.git" [dependencies.bytes] version = "1.2.1" default-features = false [dependencies.displaydoc] version = "0.2" default-features = false [dependencies.ibc] version = "0.45.0" features = [ "parity-scale-codec", "borsh", ] default-features = false [dependencies.ibc-proto] version = "0.35" features = [ "parity-scale-codec", "borsh", "serde", ] default-features = false [dependencies.k256] version = "0.13" features = [ "ecdsa", "sha256", ] default-features = false [dependencies.prost] version = "0.11" default-features = false [dependencies.serde] version = "1.0" default-features = false [dependencies.serde_derive] version = "1.0.104" default-features = false [dependencies.serde_json] version = "1" default-features = false [dependencies.subtle-encoding] version = "0.5" default-features = false [dependencies.tendermint] version = "0.33" features = [ "secp256k1", "rust-crypto", ] default-features = false [dependencies.tendermint-proto] version = "0.33" default-features = false [dev-dependencies.hex-literal] version = "0.4" [features] default = [ "std", "v3", "serde", ] serde = [ "serde/std", "serde_json/std", "ibc/serde", ] std = [ "ibc/std", "ibc-proto/std", "prost/std", "displaydoc/std", "bytes/std", "serde/std", "serde_json/std", "k256/std", "tendermint/std", "subtle-encoding/std", ] v3 = []