[[bin]]
name = "csvmd"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.5"
[dependencies.csv]
version = "1.3"
[dependencies.thiserror]
version = "2.0"
[dev-dependencies.insta]
version = "1.40"
[dev-dependencies.tempfile]
version = "3.21"
[lib]
name = "csvmd"
path = "src/lib.rs"
[package]
authors = ["Tim Rogers <me@timrogers.co.uk>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "Convert from CSV to a Markdown table"
edition = "2021"
homepage = "https://github.com/timrogers/csvmd"
keywords = ["cli", "csv", "markdown", "md", "convert"]
license = "MIT"
name = "csvmd"
readme = "README.md"
repository = "https://github.com/timrogers/csvmd"
version = "0.3.0"
[[test]]
name = "edge_cases"
path = "tests/edge_cases.rs"
[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"