licenses.dev

mailparse v0.13.8

A simple parser for MIME e-mail messages

Published on

Licenses

Learn more about license information.

Package Licenses

0BSD

Dependency Licenses

Apache-2.0 OR MIT12
PackageRelationDependenciesPublished
base64 • 0.22.1encodes and decodes base64 as bytes or utf8INDIRECT0
cfg-if • 1.0.0A 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
charset • 0.1.5Character encoding decoding for emailDIRECT3
ouroboros_macro • 0.14.2Proc macro for ouroboros crate.INDIRECT8
ouroboros • 0.14.2Easy, safe self-referential struct generation.DIRECT11
proc-macro-error-attr • 1.0.4Attribute macro for proc-macro-error crateINDIRECT4
proc-macro-error • 1.0.4Almost drop-in replacement to panics in proc-macrosINDIRECT6
proc-macro2 • 1.0.89A 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
stable_deref_trait • 1.2.0An unsafe marker trait for types like Box and Rc that dereference to a stable address even when moved, and hence can be used with libraries such as owning_ref and rental. INDIRECT0
syn • 1.0.109Parser for Rust source codeINDIRECT3
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.INDIRECT0
MIT2
PackageRelationDependenciesPublished
aliasable • 0.1.3Basic aliasable (non unique pointer) typesINDIRECT0
data-encoding • 2.6.0Efficient and customizable data-encoding functions like base64, base32, and hexDIRECT0
0BSD1
PackageRelationDependenciesPublished
quoted_printable • 0.4.8A simple encoder/decoder for quoted-printable dataDIRECT0
BSD-3-Clause AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
encoding_rs • 0.8.34A Gecko-oriented implementation of the Encoding StandardINDIRECT1
BSD-2-Clause1
PackageRelationDependenciesPublished
Inflector • 0.11.4Adds String based inflections for Rust. Snake, kebab, camel, sentence, class, title and table cases as well as ordinalize, deordinalize, demodulize, foreign key, and pluralize/singularize are supported as both traits and pure functions acting on String types. INDIRECT0
Unicode-DFS-2016 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.13Determine 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/mailparse)](https://licenses.dev/cargo/mailparse)
<a href="https://licenses.dev/cargo/mailparse">
  <img src="https://licenses.dev/b/cargo/mailparse" alt="licenses" />
</a>

Or the licenses badge code for the 0.13.8 version:

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