dnd_spellbook_maker 0.7.0

Library for making pdf documents of 5th edition D&D spells that are formatted like D&D source books.
Documentation
[dependencies.printpdf]
features = ["gif", "jpeg", "png", "pnm", "tiff", "bmp", "ico", "tga", "hdr", "dds", "webp", "rayon"]
version = "0.8.2"

[dependencies.regex]
version = "1.11.1"

[dependencies.rusttype]
version = "0.9.3"

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

[dependencies.serde_json]
version = "1.0.133"

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

[package]
authors = ["Chandler Calkins <chandlerjaycalkins@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Library for making pdf documents of 5th edition D&D spells that are formatted like D&D source books."
documentation = "https://docs.rs/dnd_spellbook_maker"
edition = "2024"
exclude = ["spells", "fonts", "img"]
homepage = "https://github.com/ChandlerJayCalkins/dnd_spellbook_maker"
keywords = ["dnd", "spells", "spells", "spellbook"]
license = "MIT OR Apache-2.0 OR GPL-3.0-or-later"
name = "dnd_spellbook_maker"
readme = "README.md"
repository = "https://github.com/ChandlerJayCalkins/dnd_spellbook_maker"
version = "0.7.0"