licenses.dev

fluent-templates v0.8.0

Templating for the Fluent localization framework

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT96
PackageRelationDependenciesPublished
android_system_properties • 0.1.6Minimal Android system properties wrapperINDIRECT1
arc-swap • 1.9.2Atomically swappable ArcDIRECT1
autocfg • 1.5.1Automatic cfg for Rust compiler featuresINDIRECT0
bitflags • 2.13.1A macro to generate structures which behave like bitflags. INDIRECT0
bstr • 0.2.17A string type that is not required to be valid UTF-8.INDIRECT1
bumpalo • 3.20.3A fast bump allocation arena for Rust.INDIRECT0
cc • 1.4.5A build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into Rust code. INDIRECT2
cfg-if • 1.0.4A 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
chrono-tz-build • 0.3.0internal build script for chrono-tzINDIRECT38
chrono-tz • 0.9.0TimeZone implementations for chrono from the IANA databaseINDIRECT56
chrono • 0.4.45Date and time library for RustINDIRECT36
core-foundation-sys • 0.8.7Bindings to Core Foundation for macOSINDIRECT0
crossbeam-utils • 0.8.23Utilities for concurrent programmingINDIRECT0
displaydoc • 0.2.7A derive macro for implementing the display Trait via a doc comment and string interpolation INDIRECT4
errno • 0.3.14Cross-platform interface to the `errno` variable.INDIRECT3
fastrand • 2.5.0A simple and fast random number generatorINDIRECT0
find-msvc-tools • 0.1.12Find windows-specific tools, read MSVC versions from the registry and from COM interfacesINDIRECT0
fluent-bundle • 0.15.3A low-level implementation of a collection of localization messages for a single locale for Project Fluent, a localization system designed to unleash the entire expressive power of natural language translations. DIRECT24
fluent-langneg • 0.13.1A library for language and locale negotiation. DIRECT12
fluent-syntax • 0.11.1A low-level parser, AST, and serializer API for the syntax used by Project Fluent, a localization system designed to unleash the entire expressive power of natural language translations. DIRECT6
fluent-template-macros • 0.8.0Templating for the Fluent localization frameworkDIRECT37
fluent • 0.16.1An umbrella crate exposing the combined features of fluent-rs crates with additional convenience macros for Project Fluent, a localization system designed to unleash the entire expressive power of natural language translations. DIRECT25
flume • 0.10.14A blazingly fast multi-producer channelDIRECT3
fnv • 1.0.7Fowler–Noll–Vo hash functionINDIRECT0
futures-core • 0.3.34The core traits and types in for the `futures` library. INDIRECT0
futures-task • 0.3.34Tools for working with tasks. INDIRECT0
futures-util • 0.3.34Common utilities and extension traits for the futures-rs library. INDIRECT4
getrandom • 0.2.17A small cross-platform library for retrieving random data from system sourceDIRECT20
getrandom • 0.4.3A small cross-platform library for retrieving random data from system sourceINDIRECT3
heck • 0.4.1heck is a case conversion library.DIRECT0
humansize • 2.1.3A configurable crate to easily represent sizes in a human-readable format.INDIRECT1
iana-time-zone-haiku • 0.1.2iana-time-zone support crate for Haiku OSINDIRECT3
iana-time-zone • 0.1.65get the IANA time zone for the current systemINDIRECT33
intl_pluralrules • 7.0.2Unicode Plural Rules categorizer for numeric input.INDIRECT12
intl-memoizer • 0.5.3A memoizer specifically tailored for storing lazy-initialized intl formatters for Project Fluent, a localization system designed to unleash the entire expressive power of natural language translations. DIRECT14
itoa • 1.0.18Fast integer primitive to string conversionINDIRECT0
js-sys • 0.3.105Bindings for all JS global objects and functions in all JS environments like Node.js and browsers, built on `#[wasm_bindgen]` using the `wasm-bindgen` crate. INDIRECT17
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.DIRECT0
libc • 0.2.189Raw FFI bindings to platform libraries like libc.INDIRECT0
lock_api • 0.4.14Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.INDIRECT1
log • 0.4.34A lightweight logging facade for Rust DIRECT0
num-traits • 0.2.19Numeric traits for generic mathematicsINDIRECT1
once_cell • 1.21.4Single assignment cells and lazy values.DIRECT0
percent-encoding • 2.3.2Percent encoding and decodingINDIRECT0
pest_derive • 2.9.1pest's derive macroINDIRECT9
pest_generator • 2.9.1pest code generatorINDIRECT8
pest_meta • 2.9.1pest meta language parser and validatorINDIRECT3
pest • 2.9.1The Elegant ParserINDIRECT2
pin-project-lite • 0.2.17A lightweight version of pin-project written with declarative macros. INDIRECT0
ppv-lite86 • 0.2.21Cross-platform cryptography-oriented low-level SIMD library.INDIRECT6
proc-macro-hack • 0.5.20+deprecatedProcedural macros in expression positionINDIRECT0
proc-macro2 • 1.0.107A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 1.0.47Quasi-quoting macro quote!(...)INDIRECT2
rand_chacha • 0.3.1ChaCha random number generator INDIRECT26
rand_core • 0.6.4Core random number generation traits and tools for implementation.INDIRECT21
rand • 0.8.8Random number generators and other randomness functionality. INDIRECT27
regex-syntax • 0.7.5A regular expression parser.INDIRECT0
regex • 1.8.4An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. INDIRECT3
rustc-hash • 1.1.0A speedy, non-cryptographic hashing algorithm used by rustcINDIRECT0
rustc-hash • 2.1.3A speedy, non-cryptographic hashing algorithm used by rustcINDIRECT0
rustversion • 1.0.23Conditional compilation according to rustc compiler versionINDIRECT0
scopeguard • 1.2.0A RAII scope guard that will run a given closure when it goes out of scope, even if the code between panics (assuming unwinding panic). Defines the macros `defer!`, `defer_on_unwind!`, `defer_on_success!` as shorthands for guards with one of the implemented strategies. INDIRECT0
serde_derive • 1.0.210Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde_json • 1.0.143A JSON serialization file formatDIRECT9
serde • 1.0.210A generic serialization/deserialization frameworkINDIRECT5
shlex • 2.0.1Split a string into shell words, like Python's shlex.INDIRECT0
siphasher • 1.0.3SipHash-2-4, SipHash-1-3 and 128-bit variants in pure RustINDIRECT0
slug • 0.1.6Convert a unicode string to a slugINDIRECT13
smallvec • 1.16.0'Small vector' optimization: store up to a small number of items on the stackINDIRECT0
snafu-derive • 0.7.5An ergonomic error handling libraryINDIRECT5
snafu • 0.7.5An ergonomic error handling libraryDIRECT7
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.56Parser for Rust source codeINDIRECT3
syn • 3.0.5Parser for Rust source codeINDIRECT2
tempfile • 3.27.0A library for managing temporary files and directories.DIRECT12
thiserror-impl • 1.0.65Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.65derive(Error)INDIRECT5
thread_local • 1.1.10Per-object thread-local storageINDIRECT1
type-map • 0.5.1Provides a typemap container with FxHashMapINDIRECT1
ucd-trie • 0.1.7A trie for storing Unicode codepoint sets and maps. INDIRECT0
unic-langid-impl • 0.9.6API for managing Unicode Language IdentifiersINDIRECT6
unic-langid-macros-impl • 0.9.6API for managing Unicode Language IdentifiersINDIRECT9
unic-langid-macros • 0.9.6API for managing Unicode Language IdentifiersINDIRECT10
unic-langid • 0.9.6API for managing Unicode Language IdentifiersDIRECT11
unicode-segmentation • 1.13.3This crate provides Grapheme Cluster, Word and Sentence boundaries according to Unicode Standard Annex #29 rules. INDIRECT0
wasm-bindgen-macro-support • 0.2.128Implementation APIs for the `#[wasm_bindgen]` attributeINDIRECT6
wasm-bindgen-macro • 0.2.128Definition of the `#[wasm_bindgen]` attribute, an internal dependency INDIRECT7
wasm-bindgen-shared • 0.2.128Shared support between wasm-bindgen and wasm-bindgen cli, an internal dependency. INDIRECT1
wasm-bindgen • 0.2.128Easy support for interacting between JS and Rust. INDIRECT11
windows-core • 0.62.2Core type support for COM and WindowsINDIRECT9
windows-implement • 0.60.2The implement macro for the Windows cratesINDIRECT4
windows-interface • 0.59.3The interface macro for the Windows cratesINDIRECT4
windows-link • 0.2.1Linking for WindowsINDIRECT0
windows-result • 0.4.1Windows error handlingINDIRECT1
windows-strings • 0.5.1Windows string typesINDIRECT1
windows-sys • 0.61.2Rust for WindowsINDIRECT1
MIT12
PackageRelationDependenciesPublished
doc-comment • 0.3.4Macro to generate doc commentsINDIRECT0
globwalk • 0.9.1Glob-matched recursive file system walking.INDIRECT20
handlebars • 4.5.0Handlebars templating implemented in Rust.DIRECT18
libm • 0.2.16libm in pure RustINDIRECT0
parse-zoneinfo • 0.3.1Parse zoneinfo files from the IANA databaseINDIRECT4
phf_codegen • 0.11.3Codegen library for PHF typesINDIRECT31
phf_generator • 0.11.3PHF generation logicINDIRECT30
phf_shared • 0.11.3Support code shared by PHF librariesINDIRECT1
phf • 0.11.3Runtime support for perfect hash function data structuresINDIRECT2
slab • 0.4.12Pre-allocated storage for a uniform data typeINDIRECT0
spin • 0.9.9Spin-based synchronization primitivesINDIRECT2
tera • 1.20.1A template engine for Rust based on Jinja2/DjangoDIRECT87
MIT OR Unlicense8
PackageRelationDependenciesPublished
aho-corasick • 0.7.20Fast multiple substring searching.INDIRECT1
aho-corasick • 1.1.5Fast multiple substring searching.INDIRECT0
globset • 0.4.9Cross platform single glob and glob set matching. Glob set matching is the process of matching one or more glob patterns against a single candidate path simultaneously, and returning all of the globs that matched. INDIRECT8
ignore • 0.4.18A fast library for efficiently matching ignore files such as `.gitignore` against file paths. DIRECT18
memchr • 2.8.3Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. INDIRECT0
same-file • 1.0.6A simple crate for determining whether two file paths point to the same file. INDIRECT3
walkdir • 2.5.0Recursively walk a directory.INDIRECT4
winapi-util • 0.1.11A dumping ground for high level safe wrappers over windows-sys.INDIRECT2
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception3
PackageRelationDependenciesPublished
linux-raw-sys • 0.12.1Generated bindings for Linux's userspace APIINDIRECT0
rustix • 1.1.4Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscallsINDIRECT6
wasi • 0.11.1+wasi-snapshot-preview1WASI API bindings for RustINDIRECT0
Apache-2.0 OR BSD-2-Clause OR MIT2
PackageRelationDependenciesPublished
zerocopy-derive • 0.8.57Custom derive for traits from the zerocopy crateINDIRECT4
zerocopy • 0.8.57Zerocopy makes zero-cost memory manipulation effortless. We write "unsafe" so you don't have to.INDIRECT5
Apache-2.0 OR BSL-1.01
PackageRelationDependenciesPublished
ryu • 1.0.23Fast floating point to string conversionINDIRECT0
Apache-2.01
PackageRelationDependenciesPublished
self_cell • 0.10.3Safe-to-use proc-macro-free self-referential structs in stable Rust.INDIRECT1
BSD-3-Clause1
PackageRelationDependenciesPublished
deunicode • 1.6.2Convert Unicode strings to pure ASCII by intelligently transliterating them. Suppors Emoji and Chinese.INDIRECT0
Apache-2.0 OR LGPL-2.1-or-later OR MIT1
PackageRelationDependenciesPublished
r-efi • 6.0.0UEFI Reference Specification Protocol Constants and DefinitionsINDIRECT0
Apache-2.0 OR GPL-2.0-only1
PackageRelationDependenciesPublished
self_cell • 1.3.0Safe-to-use proc-macro-free self-referential structs in stable Rust.INDIRECT0
Unicode-3.01
PackageRelationDependenciesPublished
tinystr • 0.8.4A small ASCII-only bounded length string representation.INDIRECT5
Unicode-3.0 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.24Determine 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/fluent-templates)](https://licenses.dev/cargo/fluent-templates)
<a href="https://licenses.dev/cargo/fluent-templates">
  <img src="https://licenses.dev/b/cargo/fluent-templates" alt="licenses" />
</a>

Or the licenses badge code for the 0.8.0 version:

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