markdownify 0.3.4

markitdown in rust - convert various document and files into markdown
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 = "markdownify"
version = "0.3.4"
authors = ["Meron Bossin"]
build = false
exclude = ["fixtures/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "markitdown in rust - convert various document and files into markdown"
homepage = "https://github.com/Skardyy/mcat"
documentation = "https://github.com/Skardyy/mcat"
readme = "README.md"
keywords = [
    "conversion",
    "parser",
    "markitdown",
    "document",
    "markdown",
]
categories = [
    "parser-implementations",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/Skardyy/mcat"

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

[dependencies.base64]
version = "0.22.1"

[dependencies.calamine]
version = "0.33.0"

[dependencies.csv]
version = "1.4.0"

[dependencies.encoding_rs]
version = "0.8.35"

[dependencies.flate2]
version = "1.1.9"

[dependencies.infer]
version = "0.19.0"

[dependencies.lzma-rust2]
version = "0.16.2"
features = [
    "std",
    "xz",
]
default-features = false

[dependencies.quick-xml]
version = "0.39.0"

[dependencies.tar]
version = "0.4.44"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.zip]
version = "8.1.0"
features = ["deflate-flate2"]
default-features = false