hwpforge 0.1.5

Programmatic control of Korean HWP/HWPX documents — read, write, and convert Hancom 한글 files
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 = "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