licenses.dev

json-ld-syntax v0.21.2

JSON-LD syntax

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT69
PackageRelationDependenciesPublished
abnf-core • 0.5.0A nom-based parser for ABNF core rules.INDIRECT3
abnf • 0.13.0A nom-based parser for ABNF.INDIRECT4
ahash • 0.7.8A non-cryptographic hash function using AES-NI for high performanceINDIRECT6
ahash • 0.8.12A non-cryptographic hash function using AES-NI for high performanceINDIRECT9
autocfg • 1.5.0Automatic cfg for Rust compiler featuresINDIRECT0
block-buffer • 0.10.4Buffer type for block processing of dataINDIRECT3
btree-range-map • 0.7.2B-tree range map implementationINDIRECT11
btree-slab • 0.6.1A memory compact Slab-based B-tree implementationINDIRECT3
cc-traits • 2.0.0Common collection traitsINDIRECT1
cfg-if • 1.0.1A 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
contextual • 0.1.6Utility crate to deal with data in contextDIRECT0
cpufeatures • 0.2.17Lightweight runtime CPU feature detection for aarch64, loongarch64, and x86/x86_64 targets, with no_std support and support for mobile targets including Android and iOS INDIRECT1
crypto-common • 0.1.6Common cryptographic traitsINDIRECT3
decoded-char • 0.1.1Simple wrapper to keep track of the original byte length of a decoded character in the encoded source file.DIRECT0
digest • 0.10.7Traits for cryptographic hash functions and message authentication codesINDIRECT5
equivalent • 1.0.2Traits for key comparison in maps.INDIRECT0
getrandom • 0.2.16A small cross-platform library for retrieving random data from system sourceINDIRECT3
half • 2.6.0Half-precision floating point f16 and bf16 types for Rust implementing the IEEE 754-2008 standard binary16 and bfloat16 types.INDIRECT2
hashbrown • 0.12.3A Rust port of Google's SwissTable hash mapINDIRECT7
hashbrown • 0.13.2A Rust port of Google's SwissTable hash mapDIRECT10
hashbrown • 0.15.4A Rust port of Google's SwissTable hash mapINDIRECT0
hex_fmt • 0.3.0Formatting and shortening byte slices as hexadecimal stringsINDIRECT0
indexmap • 1.9.3A hash table with consistent order and fast iteration.INDIRECT9
indexmap • 2.10.0A hash table with consistent order and fast iteration.DIRECT2
indoc • 2.0.6Indented document literalsINDIRECT0
iref-core • 3.2.2Uniform & Internationalized Resource Identifiers (URIs/IRIs), borrowed and owned.INDIRECT42
iref • 3.2.2Uniform & Internationalized Resource Identifiers (URIs/IRIs), borrowed and owned.DIRECT43
json-number • 0.4.8JSON number parsing and storageINDIRECT9
json-syntax • 0.12.5Strict JSON parsing and mapping libraryDIRECT31
langtag • 0.4.0Language tags implementation following RFC 5646DIRECT40
lexical-core • 0.8.5Lexical, to- and from-string conversion routines.INDIRECT6
lexical-parse-float • 0.8.5Efficient parsing of floats from strings.INDIRECT3
lexical-parse-integer • 0.8.6Efficient parsing of integers from strings.INDIRECT2
lexical-util • 0.8.5Shared utilities for lexical creates.INDIRECT1
lexical-write-float • 0.8.5Efficient formatting of floats to strings.INDIRECT3
lexical-write-integer • 0.8.5Efficient formatting of integers to strings.INDIRECT2
lexical • 6.1.1Lexical, to- and from-string conversion routines.INDIRECT7
libc • 0.2.174Raw FFI bindings to platform libraries like libc.INDIRECT0
locspan-derive • 0.6.0Derive macros for the `locspan` code mapping libraryINDIRECT7
locspan • 0.8.2Code mapping utility types and traits.DIRECT0
minimal-lexical • 0.2.1Fast float parsing conversion routines.INDIRECT0
num-bigint • 0.4.6Big integer implementation for RustINDIRECT3
num-integer • 0.1.46Integer traits and functionsINDIRECT2
num-traits • 0.2.19Numeric traits for generic mathematicsINDIRECT1
once_cell • 1.21.3Single assignment cells and lazy values.INDIRECT0
pct-str • 2.0.0Percent-encoded strings for URL, URI, IRI, etc.INDIRECT7
proc-macro-error-attr • 1.0.4Attribute macro for proc-macro-error crateINDIRECT4
proc-macro-error • 1.0.4Almost drop-in replacement to panics in proc-macrosINDIRECT6
proc-macro2 • 1.0.95A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 1.0.40Quasi-quoting macro quote!(...)INDIRECT2
range-traits • 0.3.2Ranges related traits.INDIRECT0
raw-btree • 0.3.3Generic B-Tree implementation.INDIRECT0
rdf-types • 0.22.5Data-structures and traits definitions for RDF.DIRECT54
replace_with • 0.1.8Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one. INDIRECT0
serde_derive • 1.0.195Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde • 1.0.195A generic serialization/deserialization frameworkDIRECT5
sha2 • 0.10.9Pure Rust implementation of the SHA-2 hash function family including SHA-224, SHA-256, SHA-384, and SHA-512. INDIRECT9
smallstr • 0.3.0String-like container based on smallvecINDIRECT1
smallvec • 1.15.1'Small vector' optimization: store up to a small number of items on the stackDIRECT0
static_assertions • 1.1.0Compile-time assertions to ensure that invariants are met.INDIRECT0
static-iref • 3.0.0Build static IRI and IRI references at compile timeINDIRECT44
static-regular-grammar • 2.0.2Derive macro for static regular grammarINDIRECT39
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.104Parser for Rust source codeINDIRECT2
thiserror-impl • 1.0.69Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.69derive(Error)DIRECT5
typenum • 1.18.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
utf8-decode • 1.0.1UTF-8 incremental decoding iterators.INDIRECT0
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.INDIRECT0
MIT9
PackageRelationDependenciesPublished
crunchy • 0.2.4Crunchy unroller: deterministically unroll constant loopsINDIRECT0
educe • 0.4.23This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.DIRECT10
educe • 0.5.11This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.INDIRECT6
enum-ordinalize-derive • 4.3.1This crate provides a procedural macro that enables enums to not only obtain the ordinal values of their variants but also allows for the construction of enums from an ordinal value.INDIRECT4
enum-ordinalize • 3.1.15This library enables enums to not only obtain the ordinal values of their variants but also allows for the construction of enums from an ordinal value.INDIRECT8
enum-ordinalize • 4.2.1This library enables enums to not only obtain the ordinal values of their variants but also allows for the construction of enums from an ordinal value.INDIRECT5
generic-array • 0.14.7Generic types implementing functionality of arraysINDIRECT2
nom • 7.1.3A byte-oriented, zero-copy, parser combinators libraryINDIRECT2
slab • 0.4.10Pre-allocated storage for a uniform data typeINDIRECT0
Apache-2.03
PackageRelationDependenciesPublished
ciborium-io • 0.2.2Simplified Read/Write traits for no_std usageINDIRECT0
ciborium-ll • 0.2.2Low-level CBOR codec primitivesINDIRECT4
ciborium • 0.2.2serde implementation of CBOR using ciborium-basicINDIRECT11
Apache-2.0 OR BSD-2-Clause OR MIT2
PackageRelationDependenciesPublished
zerocopy-derive • 0.8.26Custom derive for traits from the zerocopy crateINDIRECT4
zerocopy • 0.8.26Zerocopy makes zero-cost memory manipulation effortless. We write "unsafe" so you don't have to.INDIRECT5
Unicode-3.0 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.18Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
MIT OR Unlicense1
PackageRelationDependenciesPublished
memchr • 2.7.5Provides 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 MIT OR Apache-2.0 WITH LLVM-exception1
PackageRelationDependenciesPublished
wasi • 0.11.1+wasi-snapshot-preview1Experimental WASI API bindings for RustINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.21.2 version:

[![licenses](https://licenses.dev/b/cargo/json-ld-syntax/0.21.2)](https://licenses.dev/cargo/json-ld-syntax/0.21.2)
<a href="https://licenses.dev/cargo/json-ld-syntax/0.21.2">
  <img src="https://licenses.dev/b/cargo/json-ld-syntax/0.21.2" alt="licenses" />
</a>
GitHub