csvmd 0.1.0

Convert from CSV to a Markdown table
Documentation
[[bin]]
name = "csvmd"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.4"

[dependencies.csv]
version = "1.3"

[dependencies.thiserror]
version = "1.0"

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

[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.1.0"

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

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