[[bin]]
name = "markitdown"
path = "src/main.rs"
[dependencies.calamine]
version = "0.26.1"
[dependencies.clap]
features = ["derive"]
version = "4.5.27"
[dependencies.docx]
version = "1.1.2"
[dependencies.html2md]
version = "0.2.15"
[dependencies.infer]
version = "0.15"
[dependencies.lopdf]
version = "0.34"
[dependencies.mime_guess]
version = "2.0.5"
[dependencies.pdf-extract]
version = "0.8.0"
[dependencies.regex]
version = "1.11.1"
[dependencies.serde]
features = ["derive"]
version = "1"
[lib]
name = "markitdown"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Rust library designed to facilitate the conversion of various document formats into markdown text."
edition = "2021"
license = "MIT"
name = "markitdown"
readme = "README.md"
repository = "https://github.com/uhobnil/markitdown-rs"
version = "0.1.2"
[[test]]
name = "docx"
path = "tests/docx.rs"
[[test]]
name = "excel"
path = "tests/excel.rs"
[[test]]
name = "html"
path = "tests/html.rs"
[[test]]
name = "pdf"
path = "tests/pdf.rs"