ascii-table/Cargo.toml

22 lines
547 B
TOML
Raw Permalink Normal View History

2019-05-13 10:54:36 +00:00
[package]
2019-05-13 20:41:06 +00:00
name = "ascii_table"
version = "4.0.0-alpha"
2019-05-13 10:54:36 +00:00
authors = ["Gerrit Viljoen <red.striker@protonmail.com>"]
2020-11-30 16:36:22 +00:00
license = "MIT"
2019-05-13 10:54:36 +00:00
edition = "2018"
2019-05-13 11:03:08 +00:00
description = "Print ASCII tables to the terminal"
repository = "https://gitlab.com/d5b4b2/ascii-table"
homepage = "https://gitlab.com/d5b4b2/ascii-table"
2019-05-13 20:41:06 +00:00
documentation = "https://docs.rs/ascii_table"
2019-05-13 20:58:37 +00:00
readme = "readme.md"
2019-05-13 20:41:06 +00:00
categories = ["command-line-interface"]
keywords = ["ascii", "table"]
2020-05-16 19:53:43 +00:00
[dev-dependencies]
colorful = "0.2"
[dependencies]
2021-03-28 13:03:18 +00:00
unicode-segmentation = "1.7.1"
unicode-width = "0.1.8"