# 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-tendermint-proto" version = "0.33.0" authors = [ "Informal Systems ", "Eiger ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ This is a hard fork of tendermint to make it compatible with Celestia network. tendermint-proto is a the Rust implementation of the Tendermint proto structs. """ homepage = "https://www.eiger.co" readme = "README.md" keywords = [ "blockchain", "tendermint", "proto", ] categories = [ "cryptography", "cryptography::cryptocurrencies", "database", ] license = "Apache-2.0" repository = "https://github.com/eigerco/celestia-tendermint-rs" [package.metadata.docs.rs] all-features = true [lib] name = "celestia_tendermint_proto" path = "src/lib.rs" [[test]] name = "unit" path = "tests/unit.rs" [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.13.3" default-features = false [dependencies.prost-types] version = "0.13.3" 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