licenses.dev

liquid-lib v0.26.10

The liquid templating language for Rust

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT37
PackageRelationDependenciesPublished
anymap2 • 0.13.0A safe and convenient store for one value of each typeINDIRECT0
block-buffer • 0.10.4Buffer type for block processing of dataINDIRECT3
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
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
digest • 0.10.7Traits for cryptographic hash functions and message authentication codesINDIRECT5
either • 1.15.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. INDIRECT0
itertools • 0.14.0Extra iterator adaptors, iterator methods, free functions, and macros.DIRECT1
itoa • 1.0.15Fast integer primitive to string conversionINDIRECT0
kstring • 2.0.2Key String: optimized for map keysINDIRECT7
libc • 0.2.174Raw FFI bindings to platform libraries like libc.INDIRECT0
liquid-core • 0.26.10Core liquid functionalityDIRECT38
liquid-derive • 0.26.10The liquid templating language for RustINDIRECT4
num_threads • 0.1.7A minimal library that determines the number of running threads for the current process.INDIRECT1
once_cell • 1.21.3Single assignment cells and lazy values.INDIRECT0
percent-encoding • 2.3.1Percent encoding and decodingDIRECT0
pest_derive • 2.5.7pest's derive macroINDIRECT21
pest_generator • 2.5.7pest code generatorINDIRECT20
pest_meta • 2.5.7pest meta language parser and validatorINDIRECT19
pest • 2.5.7The Elegant ParserINDIRECT7
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
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
serde_derive • 1.0.195Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde • 1.0.195A generic serialization/deserialization frameworkINDIRECT5
sha2 • 0.10.9Pure Rust implementation of the SHA-2 hash function family including SHA-224, SHA-256, SHA-384, and SHA-512. INDIRECT9
static_assertions • 1.1.0Compile-time assertions to ensure that invariants are met.INDIRECT0
syn • 2.0.104Parser for Rust source codeINDIRECT2
thiserror-impl • 1.0.69Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.69derive(Error)INDIRECT5
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.15Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std].DIRECT4
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
ucd-trie • 0.1.7A trie for storing Unicode codepoint sets and maps. INDIRECT0
unicode-segmentation • 1.12.0This crate provides Grapheme Cluster, Word and Sentence boundaries according to Unicode Standard Annex #29 rules. DIRECT0
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.INDIRECT0
MIT OR Unlicense2
PackageRelationDependenciesPublished
aho-corasick • 0.7.20Fast multiple substring searching.INDIRECT1
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
BSD-3-Clause1
PackageRelationDependenciesPublished
deunicode • 1.6.2Convert Unicode strings to pure ASCII by intelligently transliterating them. Suppors Emoji and Chinese.DIRECT0
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
MIT1
PackageRelationDependenciesPublished
generic-array • 0.14.7Generic types implementing functionality of arraysINDIRECT2
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.26.10 version:

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