md_htm 0.1.0

markdown to html
Documentation
[package]
name = "md_htm"
description = "markdown to html"
version = "0.1.0"
edition = "2021"
license = "BUSL-1.1"
repository = "https://atomgit.com/i18n-in/in.git"
homepage = "https://atomgit.com/i18n-in/in/tree/dev/md_htm"

[dependencies]
daachorse = "1.0.0"
htmlize = { version = "1.0.4", features = ["unescape_fast"] }
markdown = { version = "1.0.0-alpha.16" }
rany = "0.1.5"
static_init = "1.0.3"
tracing = "0.1.40"

[dev-dependencies]
aok = "0.1.3"
loginit = "0.1.10"
static_init = "1.0.3"
tokio = { version = "1.36.0", features = [
  "macros",
  "rt",
  "rt-multi-thread",
  "time",
  "sync",
] }

[features]