From 872472451d90aff72be81dd997954c38b814362f Mon Sep 17 00:00:00 2001 From: Ed Page Date: Thu, 25 Jul 2024 16:21:23 -0500 Subject: [PATCH] chore: Centralize repository --- Cargo.toml | 2 +- crates/anstream/Cargo.toml | 2 +- crates/anstyle-ansi-term/Cargo.toml | 2 +- crates/anstyle-crossterm/Cargo.toml | 2 +- crates/anstyle-git/Cargo.toml | 2 +- crates/anstyle-lossy/Cargo.toml | 2 +- crates/anstyle-ls/Cargo.toml | 2 +- crates/anstyle-owo-colors/Cargo.toml | 2 +- crates/anstyle-parse/Cargo.toml | 2 +- crates/anstyle-query/Cargo.toml | 2 +- crates/anstyle-roff/Cargo.toml | 2 +- crates/anstyle-svg/Cargo.toml | 2 +- crates/anstyle-syntect/Cargo.toml | 2 +- crates/anstyle-termcolor/Cargo.toml | 2 +- crates/anstyle-wincon/Cargo.toml | 2 +- crates/anstyle-yansi/Cargo.toml | 2 +- crates/anstyle/Cargo.toml | 2 +- crates/colorchoice-clap/Cargo.toml | 2 +- crates/colorchoice/Cargo.toml | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 420dcf2e..5c53cd40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/*"] resolver = "2" [workspace.package] -repository = "REPOSITORY" +repository = "https://github.com/rust-cli/anstyle.git" license = "MIT OR Apache-2.0" edition = "2021" rust-version = "1.65.0" # MSRV diff --git a/crates/anstream/Cargo.toml b/crates/anstream/Cargo.toml index 381f499a..479b8492 100644 --- a/crates/anstream/Cargo.toml +++ b/crates/anstream/Cargo.toml @@ -2,10 +2,10 @@ name = "anstream" version = "0.6.15" description = "A simple cross platform library for writing colored text to a terminal." -repository = "https://github.com/rust-cli/anstyle.git" homepage = "https://github.com/rust-cli/anstyle" categories = ["command-line-interface"] keywords = ["ansi", "terminal", "color", "strip", "wincon"] +repository.workspace = true license.workspace = true edition.workspace = true rust-version.workspace = true diff --git a/crates/anstyle-ansi-term/Cargo.toml b/crates/anstyle-ansi-term/Cargo.toml index ff187dc1..1a4da70d 100644 --- a/crates/anstyle-ansi-term/Cargo.toml +++ b/crates/anstyle-ansi-term/Cargo.toml @@ -2,10 +2,10 @@ name = "anstyle-ansi-term" version = "1.0.2" description = "Adapt between ansi_term and anstyle" -repository = "https://github.com/rust-cli/anstyle.git" homepage = "https://github.com/rust-cli/anstyle" categories = ["command-line-interface"] keywords = ["ansi", "terminal", "color", "ansi_term"] +repository.workspace = true license.workspace = true edition.workspace = true rust-version.workspace = true diff --git a/crates/anstyle-crossterm/Cargo.toml b/crates/anstyle-crossterm/Cargo.toml index c4e3f690..ff1f9bea 100644 --- a/crates/anstyle-crossterm/Cargo.toml +++ b/crates/anstyle-crossterm/Cargo.toml @@ -2,10 +2,10 @@ name = "anstyle-crossterm" version = "2.0.2" description = "Adapt between crossterm and anstyle" -repository = "https://github.com/rust-cli/anstyle.git" homepage = "https://github.com/rust-cli/anstyle" categories = ["command-line-interface"] keywords = ["ansi", "terminal", "color", "crossterm"] +repository.workspace = true license.workspace = true edition.workspace = true rust-version.workspace = true diff --git a/crates/anstyle-git/Cargo.toml b/crates/anstyle-git/Cargo.toml index 01d105b3..16448427 100644 --- a/crates/anstyle-git/Cargo.toml +++ b/crates/anstyle-git/Cargo.toml @@ -2,10 +2,10 @@ name = "anstyle-git" version = "1.1.1" description = "Parse Git Style Descriptions" -repository = "https://github.com/rust-cli/anstyle.git" homepage = "https://github.com/rust-cli/anstyle" categories = ["command-line-interface"] keywords = ["ansi", "terminal", "color", "git", "colorparse"] +repository.workspace = true license.workspace = true edition.workspace = true rust-version.workspace = true diff --git a/crates/anstyle-lossy/Cargo.toml b/crates/anstyle-lossy/Cargo.toml index 6edc94f8..f50bf69a 100644 --- a/crates/anstyle-lossy/Cargo.toml +++ b/crates/anstyle-lossy/Cargo.toml @@ -2,10 +2,10 @@ name = "anstyle-lossy" version = "1.1.2" description = "Lossy conversion between ANSI Color Codes" -repository = "https://github.com/rust-cli/anstyle.git" homepage = "https://github.com/rust-cli/anstyle" categories = ["command-line-interface"] keywords = ["ansi", "terminal", "color"] +repository.workspace = true license.workspace = true edition.workspace = true rust-version.workspace = true diff --git a/crates/anstyle-ls/Cargo.toml b/crates/anstyle-ls/Cargo.toml index efb5cddd..beecf2e2 100644 --- a/crates/anstyle-ls/Cargo.toml +++ b/crates/anstyle-ls/Cargo.toml @@ -2,10 +2,10 @@ name = "anstyle-ls" version = "1.0.3" description = "Parse LS_COLORS Style Descriptions" -repository = "https://github.com/rust-cli/anstyle.git" homepage = "https://github.com/rust-cli/anstyle" categories = ["command-line-interface"] keywords = ["ansi", "terminal", "color", "ls", "colorparse"] +repository.workspace = true license.workspace = true edition.workspace = true rust-version.workspace = true diff --git a/crates/anstyle-owo-colors/Cargo.toml b/crates/anstyle-owo-colors/Cargo.toml index c65e14e5..0768558f 100644 --- a/crates/anstyle-owo-colors/Cargo.toml +++ b/crates/anstyle-owo-colors/Cargo.toml @@ -2,10 +2,10 @@ name = "anstyle-owo-colors" version = "2.0.2" description = "Adapt between owo-colors and anstyle" -repository = "https://github.com/rust-cli/anstyle.git" homepage = "https://github.com/rust-cli/anstyle" categories = ["command-line-interface"] keywords = ["ansi", "terminal", "color", "owo-colors"] +repository.workspace = true license.workspace = true edition.workspace = true rust-version.workspace = true diff --git a/crates/anstyle-parse/Cargo.toml b/crates/anstyle-parse/Cargo.toml index 459dac4a..51fe16c8 100644 --- a/crates/anstyle-parse/Cargo.toml +++ b/crates/anstyle-parse/Cargo.toml @@ -2,10 +2,10 @@ name = "anstyle-parse" version = "0.2.5" description = "Parse ANSI Style Escapes" -repository = "https://github.com/rust-cli/anstyle.git" homepage = "https://github.com/rust-cli/anstyle" categories = ["command-line-interface"] keywords = ["ansi", "terminal", "color", "vte"] +repository.workspace = true license.workspace = true edition.workspace = true rust-version.workspace = true diff --git a/crates/anstyle-query/Cargo.toml b/crates/anstyle-query/Cargo.toml index 8e3b22de..6f4ef963 100644 --- a/crates/anstyle-query/Cargo.toml +++ b/crates/anstyle-query/Cargo.toml @@ -2,9 +2,9 @@ name = "anstyle-query" version = "1.1.1" description = "Look up colored console capabilities" -repository = "https://github.com/rust-cli/anstyle" categories = ["command-line-interface"] keywords = ["cli", "color", "no-std", "terminal", "ansi"] +repository.workspace = true license.workspace = true edition.workspace = true rust-version.workspace = true diff --git a/crates/anstyle-roff/Cargo.toml b/crates/anstyle-roff/Cargo.toml index 90d3691b..ad70464d 100644 --- a/crates/anstyle-roff/Cargo.toml +++ b/crates/anstyle-roff/Cargo.toml @@ -2,10 +2,10 @@ name = "anstyle-roff" version = "0.3.4" description = "Adapt between anstyle and roff" -repository = "https://github.com/rust-cli/anstyle.git" homepage = "https://github.com/rust-cli/anstyle" categories = ["command-line-interface"] keywords = ["ansi", "terminal", "roff"] +repository.workspace = true license.workspace = true edition.workspace = true rust-version.workspace = true diff --git a/crates/anstyle-svg/Cargo.toml b/crates/anstyle-svg/Cargo.toml index f7753d02..616bdea6 100644 --- a/crates/anstyle-svg/Cargo.toml +++ b/crates/anstyle-svg/Cargo.toml @@ -2,10 +2,10 @@ name = "anstyle-svg" version = "0.1.5" description = "Convert ANSI escape codes to SVG" -repository = "https://github.com/rust-cli/anstyle.git" homepage = "https://github.com/rust-cli/anstyle" categories = ["command-line-interface"] keywords = ["ansi", "terminal", "color", "svg"] +repository.workspace = true license.workspace = true edition.workspace = true rust-version.workspace = true diff --git a/crates/anstyle-syntect/Cargo.toml b/crates/anstyle-syntect/Cargo.toml index 5046c0a9..4fb468a3 100644 --- a/crates/anstyle-syntect/Cargo.toml +++ b/crates/anstyle-syntect/Cargo.toml @@ -2,10 +2,10 @@ name = "anstyle-syntect" version = "1.0.2" description = "Adapt between syntect and anstyle" -repository = "https://github.com/rust-cli/anstyle.git" homepage = "https://github.com/rust-cli/anstyle" categories = ["command-line-interface"] keywords = ["ansi", "terminal", "color", "syntect"] +repository.workspace = true license.workspace = true edition.workspace = true rust-version.workspace = true diff --git a/crates/anstyle-termcolor/Cargo.toml b/crates/anstyle-termcolor/Cargo.toml index e78ed6e3..0713eea8 100644 --- a/crates/anstyle-termcolor/Cargo.toml +++ b/crates/anstyle-termcolor/Cargo.toml @@ -2,10 +2,10 @@ name = "anstyle-termcolor" version = "1.1.2" description = "Adapt between termcolor and anstyle" -repository = "https://github.com/rust-cli/anstyle.git" homepage = "https://github.com/rust-cli/anstyle" categories = ["command-line-interface"] keywords = ["ansi", "terminal", "color", "termcolor"] +repository.workspace = true license.workspace = true edition.workspace = true rust-version.workspace = true diff --git a/crates/anstyle-wincon/Cargo.toml b/crates/anstyle-wincon/Cargo.toml index deb77c81..39cfcda8 100644 --- a/crates/anstyle-wincon/Cargo.toml +++ b/crates/anstyle-wincon/Cargo.toml @@ -2,10 +2,10 @@ name = "anstyle-wincon" version = "3.0.4" description = "Styling legacy Windows terminals" -repository = "https://github.com/rust-cli/anstyle.git" homepage = "https://github.com/rust-cli/anstyle" categories = ["command-line-interface"] keywords = ["ansi", "terminal", "color", "windows"] +repository.workspace = true license.workspace = true edition.workspace = true rust-version.workspace = true diff --git a/crates/anstyle-yansi/Cargo.toml b/crates/anstyle-yansi/Cargo.toml index 46458677..0cda463f 100644 --- a/crates/anstyle-yansi/Cargo.toml +++ b/crates/anstyle-yansi/Cargo.toml @@ -2,10 +2,10 @@ name = "anstyle-yansi" version = "2.0.1" description = "Adapt between yansi and anstyle" -repository = "https://github.com/rust-cli/anstyle.git" homepage = "https://github.com/rust-cli/anstyle" categories = ["command-line-interface"] keywords = ["ansi", "terminal", "color", "yansi"] +repository.workspace = true license.workspace = true edition.workspace = true rust-version.workspace = true diff --git a/crates/anstyle/Cargo.toml b/crates/anstyle/Cargo.toml index 3e7dac3a..1c90472d 100644 --- a/crates/anstyle/Cargo.toml +++ b/crates/anstyle/Cargo.toml @@ -2,10 +2,10 @@ name = "anstyle" version = "1.0.8" description = "ANSI text styling" -repository = "https://github.com/rust-cli/anstyle.git" homepage = "https://github.com/rust-cli/anstyle" categories = ["command-line-interface"] keywords = ["ansi", "terminal", "color", "no_std"] +repository.workspace = true license.workspace = true edition.workspace = true rust-version.workspace = true diff --git a/crates/colorchoice-clap/Cargo.toml b/crates/colorchoice-clap/Cargo.toml index 1ecb01c0..c51c9fbc 100644 --- a/crates/colorchoice-clap/Cargo.toml +++ b/crates/colorchoice-clap/Cargo.toml @@ -2,9 +2,9 @@ name = "colorchoice-clap" version = "1.0.5" description = "Clap mixin to override console colors" -repository = "https://github.com/rust-cli/anstyle" categories = ["command-line-interface"] keywords = ["clap", "cli", "color", "terminal", "ansi"] +repository.workspace = true license.workspace = true edition.workspace = true rust-version.workspace = true diff --git a/crates/colorchoice/Cargo.toml b/crates/colorchoice/Cargo.toml index c0459b7b..cf751de2 100644 --- a/crates/colorchoice/Cargo.toml +++ b/crates/colorchoice/Cargo.toml @@ -2,9 +2,9 @@ name = "colorchoice" version = "1.0.2" description = "Global override of color control" -repository = "https://github.com/rust-cli/anstyle" categories = ["command-line-interface"] keywords = ["cli", "color", "no-std", "terminal", "ansi"] +repository.workspace = true license.workspace = true edition.workspace = true rust-version.workspace = true