dm2xcod 0.2.2

DOCX to Markdown converter written in Rust
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.75"
name = "dm2xcod"
version = "0.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "dm2xcod"
description = "DOCX to Markdown converter written in Rust"
homepage = "https://github.com/KimSeogyu/dm2xcod"
documentation = "https://docs.rs/dm2xcod"
readme = "README.md"
keywords = [
    "docx",
    "markdown",
    "converter",
    "document",
    "office",
]
categories = [
    "command-line-utilities",
    "text-processing",
    "parser-implementations",
]
license = "MIT"
repository = "https://github.com/KimSeogyu/dm2xcod"

[features]
default = []
python = ["pyo3"]

[lib]
name = "dm2xcod"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[[bin]]
name = "dm2xcod"
path = "src/main.rs"

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

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

[dependencies.base64]
version = "0.22"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.pyo3]
version = "0.23"
features = ["extension-module"]
optional = true

[dependencies.regex]
version = "1.10"

[dependencies.rs-docx]
version = "0.1.8"
features = ["async"]

[dependencies.thiserror]
version = "2.0"

[dependencies.zip]
version = "2.2"

[dev-dependencies.hard-xml]
version = "1.27.0"

[dev-dependencies.pretty_assertions]
version = "1.4"