[package]
edition = "2021"
rust-version = "1.88"
name = "hwpforge"
version = "0.1.5"
authors = ["Pignuante <hanyul.ryu@hanyul.xyz>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Programmatic control of Korean HWP/HWPX documents — read, write, and convert Hancom 한글 files"
homepage = "https://ai-screams.github.io/HwpForge/"
documentation = "https://docs.rs/hwpforge"
readme = "README.md"
keywords = [
"hwp",
"hwpx",
"hancom",
"hangul",
"korean",
]
categories = [
"parser-implementations",
"encoding",
"text-processing",
"template-engine",
"internationalization",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ai-screams/HwpForge"
[features]
default = ["hwpx"]
full = [
"hwpx",
"md",
]
hwpx = ["dep:hwpforge-smithy-hwpx"]
md = ["dep:hwpforge-smithy-md"]
[lib]
name = "hwpforge"
path = "src/lib.rs"
[dependencies.hwpforge-blueprint]
version = "0.1.5"
[dependencies.hwpforge-core]
version = "0.1.5"
[dependencies.hwpforge-foundation]
version = "0.1.5"
[dependencies.hwpforge-smithy-hwpx]
version = "0.1.5"
optional = true
[dependencies.hwpforge-smithy-md]
version = "0.1.5"
optional = true