madato 0.7.1

A library and command line tool for reading and writing tabular data (XLS, ODS, CSV, YAML), and Markdown
Documentation
[[bin]]
name = "madato"
path = "src/main.rs"

[dependencies.calamine]
optional = true
version = "0.24"

[dependencies.csv]
version = "1.3.0"

[dependencies.docopt]
optional = true
version = "1.0.0"

[dependencies.indexmap]
version = "1.0.1"

[dependencies.linked-hash-map]
features = ["serde_impl"]
version = "0.5.1"

[dependencies.pyo3]
features = ["extension-module", "generate-import-lib"]
optional = true
version = "0.25.1"

[dependencies.pythonize]
optional = true
version = "0.25.0"

[dependencies.regex]
version = "1"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.8"

[dependencies.thiserror]
version = "1.0.59"

[dev-dependencies.tempfile]
version = "3.10.1"

[features]
cli = ["spreadsheets", "dep:docopt"]
default = ["cli"]
python = ["dep:pyo3", "dep:pythonize"]
spreadsheets = ["dep:calamine"]

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

[package]
authors = ["Ramon Buckland <ramon@thebuckland.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A library and command line tool for reading and writing tabular data (XLS, ODS, CSV, YAML), and Markdown"
edition = "2021"
exclude = ["doc/*", "assets/*", "test/*"]
keywords = ["markdown", "excel", "yaml", "csv", "json"]
license = "MIT/Apache-2.0"
name = "madato"
readme = "README.md"
repository = "https://github.com/inosion/madato"
version = "0.7.1"