cdoc-parser 0.9.5

A markdown-based document parser with custom syntax
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 = "cdoc-parser"
version = "0.9.5"
authors = ["Anton Mølbjerg Eskildsen"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A markdown-based document parser with custom syntax"
homepage = "https://coursesproject.github.io/courses/"
readme = "README.md"
license = "GPL-3.0-or-later"
repository = "https://gitlab.com/courses-project/courses"

[features]
scripting = ["dep:rhai"]

[lib]
name = "cdoc_parser"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0.103"
features = ["backtrace"]

[dependencies.base64]
version = "0.22.1"

[dependencies.cowstr]
version = "1.3.0"
features = ["serde"]

[dependencies.linked-hash-map]
version = "0.5.6"
features = ["serde_impl"]

[dependencies.nanoid]
version = "0.4.0"

[dependencies.pest]
version = "2.8.7"

[dependencies.pest_derive]
version = "2.8.7"

[dependencies.pulldown-cmark]
version = "0.13.4"
features = ["serde"]

[dependencies.regex]
version = "1.12.4"

[dependencies.rhai]
version = "1.25.1"
features = [
    "serde",
    "metadata",
    "internals",
    "sync",
]
optional = true

[dependencies.serde]
version = "1.0.228"
features = [
    "derive",
    "rc",
]

[dependencies.serde_json]
version = "1.0.150"

[dependencies.serde_with]
version = "3.21.0"

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.thiserror]
version = "2.0.18"

[dev-dependencies.lazy_static]
version = "1.5.0"

[dev-dependencies.paste]
version = "1.0.15"

[dev-dependencies.pest-test]
version = "0.1.7"

[dev-dependencies.pest-test-gen]
version = "0.1.7"