licenses.dev

rlay_ontology v0.2.6

Rlay ontology model

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT58
PackageRelationDependenciesPublished
ambassador • 0.2.1Trait implementation delegation via procedural macrosDIRECT4
anyhow • 1.0.94Flexible concrete Error type built on std::error::ErrorINDIRECT0
async-trait • 0.1.80Type erasure for async trait methodsINDIRECT4
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
block-buffer • 0.3.3Buffer type for block processing of dataINDIRECT2
bumpalo • 3.16.0A fast bump allocation arena for Rust.INDIRECT0
byte-tools • 0.2.0Bytes related utility functionsINDIRECT0
cfg-if • 0.1.10A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted. INDIRECT0
cfg-if • 1.0.0A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted. INDIRECT0
digest • 0.7.6Traits for cryptographic hash functions and message authentication codesINDIRECT2
either • 1.13.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. INDIRECT0
fake-simd • 0.1.2Crate for mimicking simd crate on stable RustINDIRECT0
futures-channel • 0.3.31Channels for asynchronous communication using futures-rs. INDIRECT2
futures-core • 0.3.31The core traits and types in for the `futures` library. INDIRECT0
futures-executor • 0.3.31Executors for asynchronous tasks based on the futures-rs library. INDIRECT16
futures-io • 0.3.31The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library. INDIRECT0
futures-macro • 0.3.31The futures-rs procedural macro implementations. INDIRECT4
futures-sink • 0.3.31The asynchronous `Sink` trait for the futures-rs library. INDIRECT0
futures-task • 0.3.31Tools for working with tasks. INDIRECT0
futures-util • 0.3.31Common utilities and extension traits for the futures-rs library. INDIRECT15
futures • 0.3.31An implementation of futures and streams featuring zero allocations, composability, and iterator-like interfaces. INDIRECT17
half • 1.8.3Half-precision floating point f16 and bf16 types for Rust implementing the IEEE 754-2008 standard binary16 and bfloat16 types.INDIRECT0
heck • 0.3.3heck is a case conversion library.INDIRECT1
itertools • 0.7.11Extra iterator adaptors, iterator methods, free functions, and macros.DIRECT1
itertools • 0.8.2Extra iterator adaptors, iterator methods, free functions, and macros.INDIRECT1
itoa • 1.0.14Fast integer primitive to string conversionINDIRECT0
libc • 0.2.169Raw FFI bindings to platform libraries like libc. INDIRECT0
log • 0.4.22A lightweight logging facade for Rust INDIRECT0
once_cell • 1.20.2Single assignment cells and lazy values.INDIRECT0
pin-project-lite • 0.2.15A lightweight version of pin-project written with declarative macros. INDIRECT0
pin-utils • 0.1.0Utilities for pinning INDIRECT0
proc-macro2 • 1.0.92A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
pwasm-alloc • 0.4.1Parity WebAssembly standard library internal allocatorINDIRECT7
pwasm-libc • 0.2.1Parity WebAssembly standard library libc bindingsINDIRECT1
pwasm-std • 0.10.0Parity WebAssembly standard library for contract developmentDIRECT16
quote • 1.0.37Quasi-quoting macro quote!(...)INDIRECT2
rlay_ontology_build • 0.2.5Rlay ontology modelDIRECT13
rustc-hex • 2.1.0rustc-serialize compatible hex conversion traits DIRECT0
serde_bytes • 0.11.15Optimized handling of `&[u8]` and `Vec<u8>` for SerdeDIRECT6
serde_cbor • 0.10.2CBOR support for serde.DIRECT8
serde_derive • 1.0.195Macros 1.1 implementation of #[derive(Serialize, Deserialize)]DIRECT4
serde_json • 1.0.134A JSON serialization file formatDIRECT9
serde • 1.0.195A generic serialization/deserialization frameworkDIRECT5
sha2 • 0.7.1Pure Rust implementation of the SHA-2 hash function family including SHA-224, SHA-256, SHA-384, and SHA-512. INDIRECT7
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.90Parser for Rust source codeINDIRECT2
typenum • 1.17.0Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers. It also provides a type-level array of type-level numbers, but its implementation is incomplete.INDIRECT0
uint • 0.3.0Large fixed-size integer arithmeticINDIRECT3
uint • 0.4.1Large fixed-size integer arithmeticINDIRECT3
unicode-segmentation • 1.12.0This crate provides Grapheme Cluster, Word and Sentence boundaries according to Unicode Standard Annex #29 rules. INDIRECT0
wasm-bindgen-backend • 0.2.99Backend code generation of the wasm-bindgen tool INDIRECT7
wasm-bindgen-macro-support • 0.2.99The part of the implementation of the `#[wasm_bindgen]` attribute that is not in the shared backend crate INDIRECT8
wasm-bindgen-macro • 0.2.99Definition of the `#[wasm_bindgen]` attribute, an internal dependency INDIRECT9
wasm-bindgen-shared • 0.2.99Shared support between wasm-bindgen and wasm-bindgen cli, an internal dependency. INDIRECT0
wasm-bindgen • 0.2.99Easy support for interacting between JS and Rust. DIRECT12
winapi-i686-pc-windows-gnu • 0.4.0Import libraries for the i686-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.INDIRECT0
winapi-x86_64-pc-windows-gnu • 0.4.0Import libraries for the x86_64-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.INDIRECT0
winapi • 0.3.9Raw FFI bindings for all of Windows API.INDIRECT2
MIT14
PackageRelationDependenciesPublished
base-x • 0.2.11Encode/decode any baseINDIRECT0
bytes • 0.5.6Types and traits for working with bytesDIRECT0
cid_fork_rlay • 0.3.1CID in rustDIRECT34
crunchy • 0.1.6Crunchy unroller: deterministically unroll constant loopsINDIRECT0
crunchy • 0.2.2Crunchy unroller: deterministically unroll constant loopsINDIRECT0
ethbloom • 0.5.3Ethereum bloom filterINDIRECT4
ethereum-types • 0.4.2Ethereum typesDIRECT8
fixed-hash • 0.2.5Macros to define custom fixed-size hash typesINDIRECT0
generic-array • 0.9.1Generic types implementing functionality of arraysINDIRECT1
multibase • 0.6.0multibase in rustDIRECT1
multihash • 0.8.0Implementation of the multihash formatDIRECT11
parity-hash • 1.2.2A collection of fixed-size byte array representationsINDIRECT4
slab • 0.4.9Pre-allocated storage for a uniform data typeINDIRECT1
strum_macros • 0.16.0Helpful macros for working with enums and stringsDIRECT6
Apache-2.02
PackageRelationDependenciesPublished
prost-derive • 0.6.1A Protocol Buffers implementation for the Rust Language.INDIRECT7
prost • 0.6.1A Protocol Buffers implementation for the Rust Language.DIRECT9
MIT OR Unlicense2
PackageRelationDependenciesPublished
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.INDIRECT0
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
MPL-2.02
PackageRelationDependenciesPublished
memory_units • 0.4.0Safe conversions between units of memoryINDIRECT0
wee_alloc • 0.4.5wee_alloc: The Wasm-Enabled, Elfin AllocatorINDIRECT6
non-standard1
PackageRelationDependenciesPublished
integer-encoding • 1.0.8varint+zigzag and fixedint integer encoding/decoding (https://developers.google.com/protocol-buffers/docs/encoding)DIRECT19
Apache-2.0 OR BSL-1.01
PackageRelationDependenciesPublished
ryu • 1.0.18Fast floating point to string conversionINDIRECT0
BSD-3-Clause1
PackageRelationDependenciesPublished
sha1 • 0.5.0SHA-1 hash functionINDIRECT0
CC0-1.01
PackageRelationDependenciesPublished
tiny-keccak • 1.5.0An implementation of Keccak derived functions.INDIRECT1
Unicode-3.0 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.14Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
BSD-2-Clause1
PackageRelationDependenciesPublished
arrayref • 0.3.9Macros to take array references of slicesINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.2.6 version:

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