# 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 = "tendermint-light-client-js" version = "0.37.0" authors = ["Informal Systems "] description = """ tendermint-light-client-js provides a lightweight, WASM-based interface to the Tendermint Light Client's verification functionality. """ readme = "README.md" keywords = [ "blockchain", "bft", "consensus", "light-client", "tendermint", ] categories = [ "cryptography::cryptocurrencies", "network-programming", ] license = "Apache-2.0" repository = "https://github.com/informalsystems/tendermint-rs" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.console_error_panic_hook] version = "0.1.6" optional = true default-features = false [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dependencies.serde-wasm-bindgen] version = "0.4.5" default-features = false [dependencies.serde_json] version = "1.0" default-features = false [dependencies.tendermint] version = "0.37.0" default-features = false [dependencies.tendermint-light-client-verifier] version = "0.37.0" features = ["rust-crypto"] default-features = false [dependencies.wasm-bindgen] version = "0.2.63" features = ["serde-serialize"] default-features = false [dev-dependencies.wasm-bindgen-test] version = "0.3.13" default-features = false [features] default = ["console_error_panic_hook"]