licenses.dev

tendermint-proto v0.23.9

tendermint-proto is a the Rust implementation of the Tendermint proto structs.

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0

Dependency Licenses

Apache-2.0 OR MIT22
PackageRelationDependenciesPublished
anyhow • 1.0.90Flexible concrete Error type built on std::error::ErrorINDIRECT0
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
either • 1.13.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. INDIRECT0
itertools • 0.10.5Extra iterator adaptors, iterator methods, free functions, and macros.INDIRECT1
itoa • 1.0.11Fast integer primitive to string conversionINDIRECT0
libc • 0.2.161Raw FFI bindings to platform libraries like libc. INDIRECT0
num_threads • 0.1.7A minimal library that determines the number of running threads for the current process.INDIRECT1
num-derive • 0.3.3Numeric syntax extensionsDIRECT4
num-traits • 0.2.19Numeric traits for generic mathematicsDIRECT1
paste • 1.0.15Macros for all your token pasting needsINDIRECT0
proc-macro2 • 1.0.88A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 1.0.37Quasi-quoting macro quote!(...)INDIRECT2
serde_bytes • 0.11.15Optimized handling of `&[u8]` and `Vec<u8>` for SerdeDIRECT6
serde_derive • 1.0.210Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde_json • 1.0.132A JSON serialization file formatDIRECT9
serde • 1.0.210A generic serialization/deserialization frameworkDIRECT5
subtle-encoding • 0.5.1Encoders and decoders for common data encodings (base64, bech32, hex) which avoid data-dependent branching/table lookups and therefore provide "best effort" constant time. Useful for encoding/decoding secret values such as cryptographic keys. DIRECT1
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.56Parser for Rust source codeINDIRECT3
time-macros • 0.2.4 Procedural macros for the time crate. This crate is an implementation detail and should not be relied upon directly. INDIRECT0
time • 0.3.11Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std].DIRECT3
zeroize • 1.8.1Securely clear secrets from memory with a simple trait built on stable Rust primitives which guarantee memory is zeroed using an operation will not be 'optimized away' by the compiler. Uses a portable pure Rust implementation that works everywhere, even WASM! INDIRECT0
Apache-2.04
PackageRelationDependenciesPublished
flex-error • 0.4.4Flexible error definitions using macros and traitsDIRECT1
prost-derive • 0.11.9A Protocol Buffers implementation for the Rust Language.INDIRECT7
prost-types • 0.11.9A Protocol Buffers implementation for the Rust Language.DIRECT10
prost • 0.11.9A Protocol Buffers implementation for the Rust Language.DIRECT9
MIT1
PackageRelationDependenciesPublished
bytes • 1.7.2Types and traits for working with bytesDIRECT0
MIT OR Unlicense1
PackageRelationDependenciesPublished
memchr • 2.7.4Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. INDIRECT0
Apache-2.0 OR BSL-1.01
PackageRelationDependenciesPublished
ryu • 1.0.18Fast floating point to string conversionINDIRECT0
Unicode-DFS-2016 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.13Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/cargo/tendermint-proto)](https://licenses.dev/cargo/tendermint-proto)
<a href="https://licenses.dev/cargo/tendermint-proto">
  <img src="https://licenses.dev/b/cargo/tendermint-proto" alt="licenses" />
</a>

Or the licenses badge code for the 0.23.9 version:

[![licenses](https://licenses.dev/b/cargo/tendermint-proto/0.23.9)](https://licenses.dev/cargo/tendermint-proto/0.23.9)
<a href="https://licenses.dev/cargo/tendermint-proto/0.23.9">
  <img src="https://licenses.dev/b/cargo/tendermint-proto/0.23.9" alt="licenses" />
</a>
GitHub