ftb 0.1.0

A fast CLI tool to format and align Markdown tables
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 = "2021"
name = "ftb"
version = "0.1.0"
authors = ["Agustin Camino <agustin.camino@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast CLI tool to format and align Markdown tables"
readme = "README.md"
keywords = [
    "markdown",
    "table",
    "formatter",
    "cli",
]
categories = [
    "command-line-utilities",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/acamino/ftb"

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

[[bin]]
name = "ftb"
path = "src/main.rs"

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

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

[dependencies.unicode-width]
version = "0.1"