[package]
edition = "2021"
rust-version = "1.88"
name = "hwpforge-core"
version = "0.1.6"
authors = ["Pignuante <hanyul.ryu@hanyul.xyz>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Format-independent Document Object Model for HwpForge"
homepage = "https://ai-screams.github.io/HwpForge/"
documentation = "https://docs.rs/hwpforge"
readme = false
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"
[lib]
name = "hwpforge_core"
path = "src/lib.rs"
[[test]]
name = "integration"
path = "tests/integration.rs"
[dependencies.hwpforge-foundation]
version = "0.1.5"
[dependencies.schemars]
version = "1.2"
features = [
"preserve_order",
"indexmap2",
]
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.thiserror]
version = "2.0"
[dev-dependencies.pretty_assertions]
version = "1.4"
[dev-dependencies.proptest]
version = "1.10"
[dev-dependencies.serde_json]
version = "1.0"