nahpu_export 0.1.0

A utility crate for exporting Nahpu project data into documents (Markdown, Typst, PDF).
# 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 = "nahpu_export"
version = "0.1.0"
authors = ["Heru Handika <herubiolog@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A utility crate for exporting Nahpu project data into documents (Markdown, Typst, PDF)."
homepage = "https://www.nahpu.app/"
readme = "README.md"
keywords = [
    "nahpu",
    "export",
    "pdf",
    "typst",
    "markdown",
]
categories = ["science"]
license = "MIT"
repository = "https://github.com/hhandika/nahpu_api"

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

[dependencies.chrono]
version = "0.4"

[dependencies.nahpu_db]
version = "0.4.0"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.typst]
version = "0.12.0"

[dependencies.typst-pdf]
version = "0.12.0"