licenses.dev

cddl-cat v0.6.2

Parse CDDL schemas and validate CBOR or JSON serialized data

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT28
PackageRelationDependenciesPublished
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
base64 • 0.13.1encodes and decodes base64 as bytes or utf8DIRECT0
float-ord • 0.3.2A total ordering for floating-point numbersDIRECT0
half • 1.8.3Half-precision floating point f16 and bf16 types for Rust implementing the IEEE 754-2008 standard binary16 and bfloat16 types.INDIRECT0
hashbrown • 0.12.3A Rust port of Google's SwissTable hash mapINDIRECT0
heck • 0.3.3heck is a case conversion library.INDIRECT1
hex • 0.4.3Encoding and decoding data into/from hexadecimal representation.DIRECT0
indexmap • 1.9.3A hash table with consistent order and fast iteration.INDIRECT2
itoa • 1.0.14Fast integer primitive to string conversionINDIRECT0
minimal-lexical • 0.2.1Fast float parsing conversion routines.INDIRECT0
once_cell • 1.20.2Single assignment cells and lazy values.INDIRECT0
proc-macro-crate • 1.3.1Replacement for crate (macro_rules keyword) in proc-macros INDIRECT8
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
quote • 1.0.37Quasi-quoting macro quote!(...)INDIRECT2
regex-syntax • 0.6.29A regular expression parser.INDIRECT0
regex • 1.7.3An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. DIRECT3
rustversion • 1.0.18Conditional compilation according to rustc compiler versionINDIRECT0
serde_cbor • 0.11.2CBOR support for serde.DIRECT7
serde_derive • 1.0.195Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde_json • 1.0.134A JSON serialization file formatDIRECT9
serde • 1.0.195A generic serialization/deserialization frameworkDIRECT5
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.90Parser for Rust source codeINDIRECT2
thiserror-impl • 1.0.69Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.69derive(Error)DIRECT5
toml_datetime • 0.6.8A TOML-compatible datetime typeINDIRECT0
toml_edit • 0.19.3Yet another format-preserving TOML parser.INDIRECT6
unicode-segmentation • 1.12.0This crate provides Grapheme Cluster, Word and Sentence boundaries according to Unicode Standard Annex #29 rules. INDIRECT0
MIT8
PackageRelationDependenciesPublished
escape8259 • 0.5.3RFC8259-compliant string escaping and un-escapingDIRECT0
nom • 7.1.3A byte-oriented, zero-copy, parser combinators libraryDIRECT2
nom8 • 0.2.0A byte-oriented, zero-copy, parser combinators library (fork for proposals for v8)INDIRECT1
ntest_proc_macro_helper • 0.7.5Provide helper functions for the procedural macros used in ntest.INDIRECT0
ntest_test_cases • 0.7.5Test cases for ntest framework.INDIRECT4
ntest_timeout • 0.7.5Timeout attribute for the ntest framework.INDIRECT14
ntest • 0.7.5Testing framework for rust which enhances the built-in library with some useful features.DIRECT16
strum_macros • 0.23.1Helpful macros for working with enums and stringsDIRECT7
MIT OR Unlicense2
PackageRelationDependenciesPublished
aho-corasick • 0.7.20Fast multiple substring searching.INDIRECT1
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-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
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.6.2 version:

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