# 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 = "celestia-proto" version = "0.5.0" authors = ["Eiger "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Rust implementation of proto structs used in celestia ecosystem" homepage = "https://www.eiger.co" readme = "README.md" keywords = [ "blockchain", "celestia", "lumina", ] categories = [ "encoding", "cryptography::cryptocurrencies", ] license = "Apache-2.0" repository = "https://github.com/eigerco/lumina" [lib] name = "celestia_proto" path = "src/lib.rs" [dependencies.celestia-tendermint-proto] version = "0.32.2" [dependencies.prost] version = "0.12.6" [dependencies.prost-types] version = "0.12.6" [dependencies.serde] version = "1.0.203" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.117" [build-dependencies.prost-build] version = "0.12.6" [build-dependencies.protox] version = "0.6.1" [target.'cfg(target_arch = "wasm32")'.dev-dependencies.wasm-bindgen-test] version = "0.3.42"