[package]
edition = "2024"
name = "typstify-parser"
version = "0.1.0"
authors = ["longcipher"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Content parsers for Markdown and Typst"
homepage = "https://github.com/longcipher/typstify"
readme = "README.md"
keywords = [
"static-site",
"typst",
"markdown",
"ssg",
]
categories = [
"web-programming",
"command-line-utilities",
]
license = "Apache-2.0"
repository = "https://github.com/longcipher/typstify"
[lib]
name = "typstify_parser"
path = "src/lib.rs"
[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.0"