[package]
edition = "2021"
rust-version = "1.80"
name = "hmd-parse"
version = "0.1.0-alpha.8"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parser for Human Markdown document envelopes and semantic blocks"
readme = false
license = "MIT"
repository = "https://github.com/VrianCao/hmd"
[lib]
name = "hmd_parse"
path = "src/lib.rs"
[dependencies.hmd-core]
version = "=0.1.0-alpha.8"
[dependencies.serde_json]
version = "1.0.145"
[dependencies.toml]
version = "0.8.23"
[dependencies.toml_edit]
version = "0.22.27"
features = ["parse"]