typstify-parser 0.1.0

Content parsers for Markdown and Typst
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"