licenses.dev

markdown-it v0.5.1

Rust port of popular markdown-it.js library.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT55
PackageRelationDependenciesPublished
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
base64 • 0.21.7encodes and decodes base64 as bytes or utf8INDIRECT0
bit-set • 0.5.3A set of bitsINDIRECT1
bit-vec • 0.6.3A vector of bitsINDIRECT0
bitflags • 1.3.2A macro to generate structures which behave like bitflags. INDIRECT0
cc • 1.1.31A 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. INDIRECT1
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
crc32fast • 1.4.2Fast, SIMD-accelerated CRC32 (IEEE) checksum computationINDIRECT1
derivative • 2.2.0A set of alternative `derive` attributes for RustDIRECT4
downcast-rs • 1.2.1Trait object downcasting support using only safe Rust. It supports type parameters, associated types, and type constraints. DIRECT0
flate2 • 1.0.34DEFLATE compression and decompression exposed as Read/BufRead/Write streams. Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip, and raw deflate streams. INDIRECT4
fnv • 1.0.7Fowler–Noll–Vo hash functionINDIRECT0
hashbrown • 0.12.3A Rust port of Google's SwissTable hash mapINDIRECT0
idna • 0.3.0IDNA (Internationalizing Domain Names in Applications) and Punycode.INDIRECT4
indexmap • 1.9.3A hash table with consistent order and fast iteration.INDIRECT2
itoa • 1.0.11Fast integer primitive to string conversionINDIRECT0
libc • 0.2.161Raw FFI bindings to platform libraries like libc. INDIRECT0
linked-hash-map • 0.5.6A HashMap wrapper that holds key-value pairs in insertion orderINDIRECT0
linkify • 0.10.0Finds URLs and email addresses in plain text. Takes care to get the boundaries right with surrounding punctuation like parentheses.DIRECT1
num_threads • 0.1.7A minimal library that determines the number of running threads for the current process.INDIRECT1
once_cell • 1.20.2Single assignment cells and lazy values.DIRECT0
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
psm • 0.1.23Portable Stack Manipulation: stack manipulation and introspection routinesINDIRECT2
quote • 1.0.37Quasi-quoting macro quote!(...)INDIRECT2
readonly • 0.2.12Struct fields that are made read-only accessible to other modulesDIRECT4
regex-syntax • 0.6.29A regular expression parser.INDIRECT0
regex-syntax • 0.8.5A 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
rustc_version • 0.4.1A library for querying the version of a installed rustc compilerINDIRECT1
safemem • 0.3.3Safe wrappers for memory-accessing functions, like `std::ptr::copy()`.INDIRECT0
semver • 1.0.23Parser and evaluator for Cargo's flavor of Semantic VersioningINDIRECT0
serde_derive • 1.0.195Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde_json • 1.0.132A JSON serialization file formatINDIRECT9
serde • 1.0.195A generic serialization/deserialization frameworkINDIRECT5
shlex • 1.3.0Split a string into shell words, like Python's shlex.INDIRECT0
stacker • 0.1.17A stack growth library useful when implementing deeply recursive algorithms that may accidentally blow the stack. DIRECT15
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.85Parser for Rust source codeINDIRECT2
thiserror-impl • 1.0.65Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.65derive(Error)INDIRECT5
time • 0.3.15Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std].INDIRECT3
unicode-bidi • 0.3.17Implementation 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
unicode-xid • 0.2.6Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31. INDIRECT0
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
yaml-rust • 0.4.5The missing YAML 1.2 parser for rustINDIRECT1
MIT11
PackageRelationDependenciesPublished
argparse • 0.2.2Powerful command-line argument parsing libraryDIRECT0
bincode • 1.3.3A binary serialization / deserialization strategy for transforming structs into bytes and vice versa!INDIRECT6
convert_case • 0.4.0Convert strings into any caseINDIRECT0
derive_more • 0.99.18Adds #[derive(x)] macros for more traitsDIRECT7
entities • 1.0.1Provides the raw data needed to convert to and from HTML entities.DIRECT0
fancy-regex • 0.11.0An implementation of regexes, supporting a relatively rich set of features, including backreferences and look-around.INDIRECT6
html-escape • 0.2.13This library is for encoding/escaping special characters in HTML and decoding/unescaping HTML entities as well.DIRECT1
mdurl • 0.3.1URL parser and formatter that gracefully handles invalid input.DIRECT10
plist • 1.5.1A rusty plist parser. Supports Serde serialization.INDIRECT18
quick-xml • 0.30.0High performance xml reader and writerINDIRECT1
utf8-width • 0.1.7To determine the width of a UTF-8 character by providing its first byte.INDIRECT0
MIT OR Unlicense5
PackageRelationDependenciesPublished
aho-corasick • 0.7.20Fast multiple substring searching.INDIRECT1
memchr • 2.7.4Provides 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. INDIRECT11
walkdir • 2.5.0Recursively walk a directory.INDIRECT12
winapi-util • 0.1.9A dumping ground for high level safe wrappers over windows-sys.INDIRECT10
Apache-2.0 OR MIT OR Zlib3
PackageRelationDependenciesPublished
miniz_oxide • 0.8.0DEFLATE compression and decompression library rewritten in Rust based on minizINDIRECT1
tinyvec_macros • 0.1.1Some macros for tiny containersINDIRECT0
tinyvec • 1.8.0`tinyvec` provides 100% safe vec-like data structures.INDIRECT1
Zlib2
PackageRelationDependenciesPublished
const_format_proc_macros • 0.2.33Implementation detail of the `const_format` crateINDIRECT4
const_format • 0.2.33Compile-time string formattingDIRECT5
Apache-2.02
PackageRelationDependenciesPublished
line-wrap • 0.1.1Efficiently insert line separatorsINDIRECT1
unicode-general-category • 0.6.0Fast lookup of the Unicode General Category property for charDIRECT0
unknown1
PackageRelationDependenciesPublished
syntect • 5.2.0library for high quality syntax highlighting and code intelligence using Sublime Text's grammarsDIRECT54
Apache-2.0 OR BSL-1.01
PackageRelationDependenciesPublished
ryu • 1.0.18Fast floating point to string conversionINDIRECT0
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
0BSD OR Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
adler2 • 2.0.0A simple clean-room implementation of the Adler-32 checksumINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.5.1 version:

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