officemd_csv 0.1.5

CSV extraction aligned with OfficeMD markdown output
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 = "officemd_csv"
version = "0.1.5"
authors = ["Thomas Aubry"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CSV extraction aligned with OfficeMD markdown output"
homepage = "https://github.com/ThomAub/officemd"
documentation = "https://docs.rs/officemd_csv"
readme = "README.md"
keywords = [
    "csv",
    "markdown",
    "parser",
    "table",
    "extractor",
]
categories = [
    "parser-implementations",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/ThomAub/officemd"

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

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

[dependencies.csv]
version = "1.3"

[dependencies.officemd_core]
version = "0.1.5"

[dependencies.officemd_markdown]
version = "0.1.5"

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2.0"