[package] name = "celestia-proto" version = "0.5.0" edition = "2021" license = "Apache-2.0" description = "Rust implementation of proto structs used in celestia ecosystem" authors = ["Eiger "] homepage = "https://www.eiger.co" repository = "https://github.com/eigerco/lumina" readme = "README.md" # crates.io is limited to 5 keywords and 5 categories keywords = ["blockchain", "celestia", "lumina"] # Must be one of categories = ["encoding", "cryptography::cryptocurrencies"] [dependencies] celestia-tendermint-proto = { workspace = true } prost = { workspace = true } prost-types = "0.12.6" serde = { version = "1.0.203", features = ["derive"] } [build-dependencies] prost-build = "0.12.6" protox = "0.6.1" [target.'cfg(target_arch = "wasm32")'.dev-dependencies] wasm-bindgen-test = "0.3.42" [dev-dependencies] serde_json = "1.0.117"