From fb9c8b00b235e33b58e47f53bc2259a5d2c594c4 Mon Sep 17 00:00:00 2001 From: Arne Beer Date: Sat, 15 Jan 2022 17:10:28 +0100 Subject: [PATCH] Mark crate as unmaintained --- Cargo.toml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b86067654a..e4a11da551 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,19 +7,18 @@ homepage = "https://github.com/phsym/prettytable-rs" repository = "https://github.com/phsym/prettytable-rs" documentation = "https://docs.rs/crate/prettytable-rs/" readme = "README.md" -authors = [ "Pierre-Henri Symoneaux" ] +authors = ["Pierre-Henri Symoneaux"] keywords = ["tab", "table", "format", "pretty", "print"] categories = ["command-line-interface"] license = "BSD-3-Clause" edition = "2018" -exclude = [ - "prettytable-evcxr.png" -] +exclude = ["prettytable-evcxr.png"] [badges] -appveyor = { repository = "phsym/prettytable-rs", branch = "master", service = "github" } -travis-ci = { repository = "phsym/prettytable-rs", branch = "master" } -codecov = { repository = "phsym/prettytable-rs", branch = "master", service = "github" } +maintenance = { status="deprecated" } +appveyor = { repository="phsym/prettytable-rs", branch="master", service="github" } +travis-ci = { repository="phsym/prettytable-rs", branch="master" } +codecov = { repository="phsym/prettytable-rs", branch="master", service="github" } [features] default = ["win_crlf", "csv"] @@ -40,4 +39,4 @@ term = "0.6" lazy_static = "1" atty = "0.2" encode_unicode = "0.3" -csv = { version = "1", optional = true } +csv = { version="1", optional=true }