licenses.dev

schemars v0.8.22

Generate JSON Schemas from Rust code

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT60
PackageRelationDependenciesPublished
arrayvec • 0.5.2A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.DIRECT0
arrayvec • 0.7.6A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.DIRECT0
autocfg • 1.5.0Automatic cfg for Rust compiler featuresINDIRECT0
bigdecimal • 0.3.1Arbitrary precision decimal numbersDIRECT4
bigdecimal • 0.4.8Arbitrary precision decimal numbersDIRECT5
chrono • 0.4.41Date and time library for RustDIRECT2
diff • 0.1.13An LCS based slice and string diffing implementation.INDIRECT0
dyn-clone • 1.0.19Clone trait that is dyn-compatibleDIRECT0
either • 1.15.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. DIRECT0
enumset_derive • 0.11.0An internal helper crate for enumset. Not public API.INDIRECT9
enumset • 1.1.6A library for creating compact sets of enums.DIRECT10
equivalent • 1.0.2Traits for key comparison in maps.INDIRECT0
fnv • 1.0.7Fowler–Noll–Vo hash functionINDIRECT0
form_urlencoded • 1.2.1Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms.INDIRECT1
glob • 0.3.2Support for matching file paths against Unix shell style patterns. INDIRECT0
hashbrown • 0.12.3A Rust port of Google's SwissTable hash mapINDIRECT0
hashbrown • 0.15.4A Rust port of Google's SwissTable hash mapINDIRECT0
ident_case • 1.0.1Utility for applying case rules to Rust identifiers.INDIRECT0
idna_adapter • 1.1.0Back end adapter for idnaINDIRECT6
idna • 1.0.3IDNA (Internationalizing Domain Names in Applications) and Punycode.INDIRECT9
indexmap • 1.9.3A hash table with consistent order and fast iteration.DIRECT8
indexmap • 2.10.0A hash table with consistent order and fast iteration.DIRECT8
itoa • 1.0.15Fast integer primitive to string conversionINDIRECT0
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
percent-encoding • 2.3.1Percent encoding and decodingINDIRECT0
pretty_assertions • 1.4.1Overwrite `assert_eq!` and `assert_ne!` with drop-in replacements, adding colorful diffs.DIRECT2
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
semver • 1.0.26Parser and evaluator for Cargo's flavor of Semantic VersioningDIRECT6
serde_derive_internals • 0.29.1AST representation used by Serde derive macros. Unstable.INDIRECT4
serde_derive • 1.0.210Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde_json • 1.0.140A JSON serialization file formatDIRECT9
serde_spanned • 0.6.9Serde-compatible spanned ValueINDIRECT6
serde • 1.0.210A generic serialization/deserialization frameworkDIRECT5
smallvec • 1.15.1'Small vector' optimization: store up to a small number of items on the stackDIRECT0
smol_str • 0.1.24small-string optimized string type with O(1) cloneDIRECT6
syn • 2.0.56Parser for Rust source codeINDIRECT3
target-triple • 0.1.4TARGET and HOST triplesINDIRECT0
toml_datetime • 0.6.11A TOML-compatible datetime typeINDIRECT6
toml • 0.8.23A native Rust encoder and decoder of TOML-formatted files and streams. Provides implementations of the standard Serialize/Deserialize traits for TOML data to facilitate deserializing and serializing Rust structures. INDIRECT8
trybuild • 1.0.105Test harness for ui tests of compiler diagnosticsDIRECT27
unicode-bidi • 0.3.18Implementation of the Unicode Bidirectional AlgorithmINDIRECT0
unicode-normalization • 0.1.24This crate provides functions for normalization of Unicode strings, including Canonical and Compatible Decomposition and Recomposition, as described in Unicode Standard Annex #15. INDIRECT2
url • 2.5.4URL library for Rust, based on the WHATWG URL StandardDIRECT12
utf8_iter • 1.0.4Iterator by char over potentially-invalid UTF-8 in &[u8]INDIRECT0
uuid • 0.8.2A library to generate and parse UUIDs.DIRECT0
uuid • 1.17.0A library to generate and parse UUIDs.DIRECT0
windows_aarch64_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_aarch64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_gnu • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_gnu • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows-sys • 0.59.0Rust for WindowsINDIRECT9
windows-targets • 0.52.6Import libs for WindowsINDIRECT8
yansi • 1.0.1A dead simple ANSI terminal color painting library.INDIRECT0
MIT7
PackageRelationDependenciesPublished
bytes • 1.10.1Types and traits for working with bytesDIRECT0
darling_core • 0.20.11Helper crate for proc-macro library for reading attributes into structs when implementing custom derives. Use https://crates.io/crates/darling in your code. INDIRECT6
darling_macro • 0.20.11Internal support for a proc-macro library for reading attributes into structs when implementing custom derives. Use https://crates.io/crates/darling in your code. INDIRECT7
darling • 0.20.11A proc-macro library for reading attributes into structs when implementing custom derives. INDIRECT8
libm • 0.2.15libm in pure RustINDIRECT0
rust_decimal • 1.37.2Decimal number implementation written in pure Rust suitable for financial and fixed-precision calculations.DIRECT3
schemars_derive • 0.8.22Macros for #[derive(JsonSchema)], for use with schemarsDIRECT5
MIT OR Unlicense3
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
termcolor • 1.4.1A simple cross platform library for writing colored text to a terminal. INDIRECT11
winapi-util • 0.1.9A dumping ground for high level safe wrappers over windows-sys.INDIRECT10
Unicode-3.0 AND (Apache-2.0 OR MIT)2
PackageRelationDependenciesPublished
idna_mapping • 1.1.0UTS 46 mapping for unicode-rs back end of idnaINDIRECT1
unicode-ident • 1.0.18Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
Apache-2.0 OR MIT OR Zlib2
PackageRelationDependenciesPublished
tinyvec_macros • 0.1.1Some macros for tiny containersINDIRECT0
tinyvec • 1.9.0`tinyvec` provides 100% safe vec-like data structures.INDIRECT1
Apache-2.0 OR BSL-1.01
PackageRelationDependenciesPublished
ryu • 1.0.20Fast floating point to string conversionINDIRECT0
Apache-2.01
PackageRelationDependenciesPublished
unicode-joining-type • 1.0.0Fast lookup of the Unicode Joining Type and Joining Group propertiesINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.8.22 version:

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