# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "markdown-it" version = "0.6.1" authors = ["Alex Kocharin "] description = "Rust port of popular markdown-it.js library." homepage = "https://github.com/markdown-it-rust/markdown-it" documentation = "https://docs.rs/markdown-it" readme = "README.md" keywords = [ "markdown", "commonmark", ] categories = [ "text-processing", "parsing", ] license = "MIT" repository = "https://github.com/markdown-it-rust/markdown-it" [lib] name = "markdown_it" path = "src/lib.rs" [[bin]] name = "markdown-it" path = "src/bin.rs" doc = false [dependencies.argparse] version = ">= 0.2.1, < 0.3" [dependencies.const_format] version = ">= 0.1.0, < 0.3" [dependencies.derivative] version = ">= 1.0.2, < 3" [dependencies.derive_more] version = ">= 0.99.0, < 1" [dependencies.downcast-rs] version = ">= 1.0.2, < 2" [dependencies.entities] version = ">= 0.1.0, < 2" [dependencies.html-escape] version = ">= 0.1.0, < 0.3" [dependencies.linkify] version = ">= 0.5.0, < 0.11" optional = true [dependencies.mdurl] version = ">= 0.3.1, < 0.4" [dependencies.once_cell] version = ">= 1.0.1, < 2" [dependencies.readonly] version = ">= 0.2.0, < 0.3" [dependencies.regex] version = ">= 1.0.0, < 2" [dependencies.stacker] version = ">= 0.1.2, < 0.2" [dependencies.syntect] version = ">= 5.0.0, < 6" features = ["default-fancy"] optional = true default-features = false [dependencies.unicode-general-category] version = ">= 0.1.0, < 0.7" [features] default = [ "linkify", "syntect", ] [lints.rust.unexpected_cfgs] level = "warn" priority = 0