ooxml-codegen 0.1.0

Code generator for OOXML types from RELAX NG schemas
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 = "2024"
name = "ooxml-codegen"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Code generator for OOXML types from RELAX NG schemas"
readme = "README.md"
keywords = [
    "ooxml",
    "codegen",
    "rnc",
    "schema",
    "office",
]
categories = [
    "development-tools",
    "parser-implementations",
]
license = "MIT OR Apache-2.0"
resolver = "2"

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

[[test]]
name = "codegen_wml"
path = "tests/codegen_wml.rs"

[[test]]
name = "parse_sml"
path = "tests/parse_sml.rs"

[[test]]
name = "parse_wml"
path = "tests/parse_wml.rs"

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

[dependencies.serde_yaml]
version = "0.9"

[dependencies.thiserror]
version = "2"

[dev-dependencies.insta]
version = "1"