typstify-core 0.1.0

Core types and configuration for Typstify
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-core"
version = "0.1.0"
authors = ["longcipher"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core types and configuration for Typstify"
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_core"
path = "src/lib.rs"

[dependencies.chrono]
version = "0.4.42"
features = ["serde"]

[dependencies.config]
version = "0.15.19"

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

[dependencies.serde_yaml]
version = "0.9.33"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.toml]
version = "0.9.8"

[dependencies.tracing]
version = "0.1.44"

[dev-dependencies.tempfile]
version = "3.20.0"