kami-parser 0.5.3

Kami tries to be a machine-first human-also-first markup language
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "htmlentity"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b3d2d0340cc45e3f48fe9fe11b6dee3be57a7085fb80ab467c881fa49a2332c"
dependencies = [
 "lazy_static",
]

[[package]]
name = "kami-parser"
version = "0.5.3"
dependencies = [
 "htmlentity",
 "lazy_static",
]

[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"