# 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-core-proto" version = "0.34.0" authors = [ "Informal Systems ", "Eiger ", "Diego Ferrer ", ] description = """ This is a hard fork of tendermint to make it compatible with the Celestia network. celestia-core-proto is the Rust implementation of the Celestia Core proto structs. """ homepage = "https://celestia.org/" readme = "README.md" keywords = [ "blockchain", "celestia", "proto", ] categories = [ "cryptography", "cryptography::cryptocurrencies", "database", ] license = "Apache-2.0" repository = "https://github.com/celestiaorg/celestia-core-rpc-rs" [package.metadata.docs.rs] all-features = true [dependencies.bytes] version = "1.0" features = ["serde"] default-features = false [dependencies.flex-error] version = "0.4.4" default-features = false [dependencies.num-derive] version = "0.3" default-features = false [dependencies.num-traits] version = "0.2" default-features = false [dependencies.prost] version = "0.12" default-features = false [dependencies.prost-types] version = "0.12" default-features = false [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dependencies.serde_bytes] version = "0.11" features = ["alloc"] default-features = false [dependencies.subtle-encoding] version = "0.5" features = [ "hex", "base64", "alloc", ] default-features = false [dependencies.time] version = "0.3" features = [ "macros", "parsing", ] default-features = false [dev-dependencies.serde_json] version = "1.0" features = ["alloc"] default-features = false