licenses.dev

abci2 v0.1.3

Low-level ABCI protocol server

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT23
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
libc • 0.2.161Raw FFI bindings to platform libraries like libc. INDIRECT0
log • 0.4.22A lightweight logging facade for Rust DIRECT0
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 extensionsINDIRECT4
num-traits • 0.2.19Numeric traits for generic mathematicsINDIRECT1
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 SerdeINDIRECT6
serde_derive • 1.0.195Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde • 1.0.195A generic serialization/deserialization frameworkINDIRECT5
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. INDIRECT1
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.82Parser for Rust source codeINDIRECT2
thiserror-impl • 1.0.64Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.64derive(Error)DIRECT5
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].INDIRECT3
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.07
PackageRelationDependenciesPublished
flex-error • 0.4.4Flexible error definitions using macros and traitsINDIRECT1
prost-derive • 0.10.1A Protocol Buffers implementation for the Rust Language.INDIRECT7
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.INDIRECT10
prost • 0.10.4A Protocol Buffers implementation for the Rust Language.DIRECT9
prost • 0.11.9A Protocol Buffers implementation for the Rust Language.INDIRECT9
tendermint-proto • 0.23.9 tendermint-proto is a the Rust implementation of the Tendermint proto structs. DIRECT26
MIT1
PackageRelationDependenciesPublished
bytes • 1.7.2Types and traits for working with bytesINDIRECT0
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/abci2)](https://licenses.dev/cargo/abci2)
<a href="https://licenses.dev/cargo/abci2">
  <img src="https://licenses.dev/b/cargo/abci2" alt="licenses" />
</a>

Or the licenses badge code for the 0.1.3 version:

[![licenses](https://licenses.dev/b/cargo/abci2/0.1.3)](https://licenses.dev/cargo/abci2/0.1.3)
<a href="https://licenses.dev/cargo/abci2/0.1.3">
  <img src="https://licenses.dev/b/cargo/abci2/0.1.3" alt="licenses" />
</a>
GitHub