# 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 = "2018" name = "informalsystems-ics23" version = "0.9.0-alpha" authors = ["Ethan Frey "] exclude = ["codegen"] description = "Merkle proof verification library - implements Cosmos ICS23 Spec" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/confio/ics23/tree/master/rust" [dependencies.anyhow] version = "1.0.40" default-features = false [dependencies.bytes] version = "1.0.1" default-features = false [dependencies.hex] version = "0.4.3" features = ["alloc"] default-features = false [dependencies.prost] version = "0.11" features = ["prost-derive"] default-features = false [dependencies.ripemd160] version = "0.9.1" default-features = false [dependencies.sha2] version = "0.9.3" default-features = false [dependencies.sha3] version = "0.9.1" default-features = false [dependencies.sp-std] version = "3.0.0" default-features = false [dev-dependencies.serde] version = "1.0.125" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.64" [features] default = ["std"] std = [ "prost/std", "bytes/std", "hex/std", "sha2/std", "sha3/std", "ripemd160/std", "anyhow/std", "sp-std/std", ]