# 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 = "2018" name = "sauron-markdown" version = "0.45.0" authors = ["Jovansonlee Cesar "] description = "A library for parsing markdown into sauron node" documentation = "https://docs.rs/sauron-markdown" keywords = ["md", "sauron", "node"] license = "MIT" repository = "https://github.com/ivanceras/sauron-markdown" [dependencies.html-escape] version = "0.2.9" [dependencies.log] version = "0.4" [dependencies.once_cell] version = "1.8" [dependencies.pulldown-cmark] version = "0.8" [dependencies.rphtml] version = "0.5.5" [dependencies.sauron] version = "0.45.1" features = ["with-lookup"] [dependencies.thiserror] version = "1.0" [dev-dependencies.svgbob] version = "0.6" [features] default = ["parse-html"] parse-html = []