# 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 = "concisemark" version = "0.4.2" authors = ["zhq "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simplified markdown parsing library" homepage = "https://github.com/ikey4u/concisemark" documentation = "https://docs.rs/concisemark/0.4.0/concisemark" readme = "README.md" keywords = [ "parser", "markdown", ] categories = [ "parsing", "parser-implementations", "rendering", ] license = "MIT" repository = "https://github.com/ikey4u/concisemark" [profile.dev] debug = 2 [lib] name = "concisemark" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.66" [dependencies.chrono] version = "0.4.22" features = ["serde"] [dependencies.getrandom] version = "0.2.14" features = ["js"] [dependencies.gh-emoji] version = "1.0.6" [dependencies.indoc] version = "1.0" [dependencies.log] version = "0.4.17" [dependencies.once_cell] version = "1.8.0" [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde_json] version = "1.0.67" [dependencies.toml] version = "0.5.8" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.16" [dependencies.ureq] version = "=2.5.0" [dev-dependencies.html5ever] version = "0.26.0" [dev-dependencies.markup5ever_rcdom] version = "0.2.0"