licenses.dev

ammonia v3.3.1

HTML Sanitization

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT49
PackageRelationDependenciesPublished
bitflags • 2.9.4A macro to generate structures which behave like bitflags. INDIRECT0
cfg-if • 1.0.3A 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
env_logger • 0.10.2A logging implementation for `log` which is configured via an environment variable. DIRECT1
form_urlencoded • 1.2.2Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms.INDIRECT1
futf • 0.1.5Handling fragments of UTF-8INDIRECT2
getrandom • 0.2.16A small cross-platform library for retrieving random data from system sourceINDIRECT3
html5ever • 0.26.0High-performance browser-grade HTML5 parserDIRECT43
idna_adapter • 1.1.0Back end adapter for idnaINDIRECT6
idna • 1.1.0IDNA (Internationalizing Domain Names in Applications) and Punycode.INDIRECT9
libc • 0.2.177Raw 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.28A lightweight logging facade for Rust INDIRECT0
mac • 0.1.1A collection of great and ubiqutitous macros.INDIRECT0
maplit • 1.0.2Collection “literal” macros for HashMap, HashSet, BTreeMap, and BTreeSet.DIRECT0
markup5ever • 0.11.0Common code for xml5ever and html5everINDIRECT41
once_cell • 1.21.3Single assignment cells and lazy values.DIRECT0
parking_lot_core • 0.9.12An advanced API for creating custom synchronization primitives.INDIRECT6
parking_lot • 0.12.5More compact and efficient implementations of the standard synchronization primitives.INDIRECT9
percent-encoding • 2.3.2Percent encoding and decodingINDIRECT0
ppv-lite86 • 0.2.21Cross-platform cryptography-oriented low-level SIMD library.INDIRECT6
proc-macro2 • 1.0.101A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 1.0.41Quasi-quoting macro quote!(...)INDIRECT2
rand_chacha • 0.3.1ChaCha random number generator INDIRECT12
rand_core • 0.6.4Core random number generator traits and tools for implementation. INDIRECT4
rand • 0.8.5Random number generators and other randomness functionality. INDIRECT13
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. INDIRECT1
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
semver • 1.0.27Parser and evaluator for Cargo's flavor of Semantic VersioningINDIRECT0
serde_derive • 1.0.210Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde_spanned • 0.6.9Serde-compatible spanned ValueINDIRECT6
serde • 1.0.210A generic serialization/deserialization frameworkINDIRECT5
siphasher • 0.3.11SipHash-2-4, SipHash-1-3 and 128-bit variants in pure RustINDIRECT0
siphasher • 1.0.1SipHash-2-4, SipHash-1-3 and 128-bit variants in pure RustINDIRECT0
smallvec • 1.15.1'Small vector' optimization: store up to a small number of items on the stackINDIRECT0
string_cache_codegen • 0.5.4A codegen library for string-cache, developed as part of the Servo project.INDIRECT17
string_cache • 0.8.9A string interning library for Rust, developed as part of the Servo project.INDIRECT20
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.56Parser for Rust source codeINDIRECT3
tendril • 0.4.3Compact buffer/string type for zero-copy parsingDIRECT4
toml_datetime • 0.6.11A TOML-compatible datetime typeINDIRECT6
toml • 0.7.8A 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
unicase • 2.8.1A case-insensitive wrapper around strings.INDIRECT0
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.7URL library for Rust, based on the WHATWG URL StandardDIRECT18
utf-8 • 0.7.6Incremental, zero-copy UTF-8 decoding with error handlingINDIRECT0
utf8_iter • 1.0.4Iterator by char over potentially-invalid UTF-8 in &[u8]INDIRECT0
windows-link • 0.2.1Linking for WindowsINDIRECT0
MIT11
PackageRelationDependenciesPublished
new_debug_unreachable • 1.0.6panic in debug, intrinsics::unreachable() in release (fork of debug_unreachable)INDIRECT0
phf_codegen • 0.10.0Codegen library for PHF typesINDIRECT17
phf_generator • 0.10.0PHF generation logicINDIRECT16
phf_generator • 0.11.3PHF generation logicINDIRECT16
phf_shared • 0.10.0Support code shared by PHF librariesINDIRECT1
phf_shared • 0.11.3Support code shared by PHF librariesINDIRECT1
phf • 0.10.1Runtime support for perfect hash function data structuresINDIRECT2
precomputed-hash • 0.1.1A library intending to be a base dependency to expose a precomputed hashINDIRECT0
pulldown-cmark • 0.9.6A pull parser for CommonMarkINDIRECT3
redox_syscall • 0.5.18A Rust library to access raw Redox system callsINDIRECT1
version-sync • 0.9.5Crate for ensuring that version numbers in README files and other files are kept in sync with the crate version.DIRECT29
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.19Determine 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.10.0`tinyvec` provides 100% safe vec-like data structures.INDIRECT1
Apache-2.0 OR BSD-2-Clause OR MIT2
PackageRelationDependenciesPublished
zerocopy-derive • 0.8.27Custom derive for traits from the zerocopy crateINDIRECT4
zerocopy • 0.8.27Zerocopy makes zero-cost memory manipulation effortless. We write "unsafe" so you don't have to.INDIRECT5
MIT OR Unlicense1
PackageRelationDependenciesPublished
memchr • 2.7.6Provides 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.01
PackageRelationDependenciesPublished
unicode-joining-type • 1.0.0Fast lookup of the Unicode Joining Type and Joining Group propertiesINDIRECT0
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/ammonia)](https://licenses.dev/cargo/ammonia)
<a href="https://licenses.dev/cargo/ammonia">
  <img src="https://licenses.dev/b/cargo/ammonia" alt="licenses" />
</a>

Or the licenses badge code for the 3.3.1 version:

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