# 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 = "ics12-proto-rs" version = "0.1.0" authors = ["Octopus Network "] description = "ics12 proto for near light client." homepage = "https://oct.network" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/octopus-network/ics12-proto-rs/" [dependencies.bytes] version = "1.2" default-features = false [dependencies.ibc-proto] version = "0.35.0" default-features = false [dependencies.prost] version = "0.11" default-features = false [features] default = ["std"] std = [ "prost/std", "bytes/std", "ibc-proto/std", ]