[dependencies.pulldown-cmark]
version = "0.13.0"
[dependencies.syntect]
version = "5.3.0"
[dependencies.thiserror]
version = "2.0.17"
[dependencies.typstify-core]
version = "0.1.3"
[lib]
name = "typstify_parser"
path = "src/lib.rs"
[package]
authors = ["longcipher"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming", "command-line-utilities"]
description = "Content parsers for Markdown and Typst"
edition = "2024"
homepage = "https://github.com/longcipher/typstify"
keywords = ["static-site", "typst", "markdown", "ssg"]
license = "Apache-2.0"
name = "typstify-parser"
readme = "README.md"
repository = "https://github.com/longcipher/typstify"
version = "0.1.3"