quillmark-core 0.2.0

Core types and functionality for Quillmark
Documentation
[dependencies.anyhow]
version = "~1.0"

[dependencies.glob]
version = "0.3.3"

[dependencies.minijinja]
version = "~2.12"

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

[dependencies.serde_json]
version = "~1.0"

[dependencies.serde_yaml]
version = "~0.9"

[dependencies.thiserror]
version = "~2.0"

[dependencies.toml]
version = "~0.9"

[dev-dependencies.tempfile]
version = "~3.23"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Core types and functionality for Quillmark"
documentation = "https://docs.rs/quillmark-core"
edition = "2021"
homepage = "https://github.com/nibsbin/quillmark"
include = ["src/**", "Cargo.toml", "README*", "LICENSE*"]
license = "Apache-2.0"
name = "quillmark-core"
publish = true
readme = "README.md"
repository = "https://github.com/nibsbin/quillmark"
version = "0.2.0"