[package]
edition = "2021"
name = "htm_md"
version = "0.1.0"
description = "html to markdown"
homepage = "https://atomgit.com/i18n-in/in/tree/dev/md_htm"
readme = "README.md"
license = "BUSL-1.1"
repository = "https://atomgit.com/i18n-in/in.git"
[dependencies.htmlize]
version = "1.0.4"
features = ["unescape_fast"]
[dependencies.md_htm]
version = "0.1.0"
[dependencies.mdka]
version = "1.2.1"
[dependencies.tracing]
version = "0.1.40"
[dev-dependencies.aok]
version = "0.1.3"
[dev-dependencies.loginit]
version = "0.1.10"
[dev-dependencies.static_init]
version = "1.0.3"
[dev-dependencies.tokio]
version = "1.36.0"
features = [
"macros",
"rt",
"rt-multi-thread",
"time",
"sync",
]
[features]