Skip to content

Commit

Permalink
Merge pull request #3851 from tshepang/trim-manifest
Browse files Browse the repository at this point in the history
chore: trim Cargo manifest fields whose values are defaults
  • Loading branch information
epage committed Jun 17, 2022
2 parents 5fdc26e + 806f634 commit 8c28bec
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions Cargo.toml
Expand Up @@ -13,7 +13,6 @@ name = "clap"
version = "3.2.5"
description = "A simple to use, efficient, and full-featured Command Line Argument Parser"
repository = "https://github.com/clap-rs/clap"
documentation = "https://docs.rs/clap/"
categories = ["command-line-interface"]
keywords = [
"argument",
Expand All @@ -23,7 +22,6 @@ keywords = [
"parse"
]
license = "MIT OR Apache-2.0"
readme = "README.md"
edition = "2021"
rust-version = "1.56.0" # MSRV
include = [
Expand Down
2 changes: 0 additions & 2 deletions clap_complete/Cargo.toml
Expand Up @@ -3,7 +3,6 @@ name = "clap_complete"
version = "3.2.1"
description = "Generate shell completion scripts for your clap::Command"
repository = "https://github.com/clap-rs/clap/tree/master/clap_complete"
documentation = "https://docs.rs/clap_complete"
categories = ["command-line-interface"]
keywords = [
"clap",
Expand All @@ -12,7 +11,6 @@ keywords = [
"bash",
]
license = "MIT OR Apache-2.0"
readme = "README.md"
edition = "2021"
rust-version = "1.56.0" # MSRV
include = [
Expand Down
2 changes: 0 additions & 2 deletions clap_complete_fig/Cargo.toml
Expand Up @@ -3,7 +3,6 @@ name = "clap_complete_fig"
version = "3.2.1"
description = "A generator library used with clap for Fig completion scripts"
repository = "https://github.com/clap-rs/clap/tree/master/clap_complete_fig"
documentation = "https://docs.rs/clap_complete_fig"
categories = ["command-line-interface"]
keywords = [
"clap",
Expand All @@ -12,7 +11,6 @@ keywords = [
"fig",
]
license = "MIT OR Apache-2.0"
readme = "README.md"
edition = "2021"
rust-version = "1.56.0" # MSRV
include = [
Expand Down
2 changes: 0 additions & 2 deletions clap_derive/Cargo.toml
Expand Up @@ -3,7 +3,6 @@ name = "clap_derive"
version = "3.2.5"
description = "Parse command line argument by defining a struct, derive crate."
repository = "https://github.com/clap-rs/clap/tree/master/clap_derive"
documentation = "https://docs.rs/clap_derive"
categories = ["command-line-interface", "development-tools::procedural-macro-helpers"]
keywords = [
"clap",
Expand All @@ -13,7 +12,6 @@ keywords = [
"proc_macro"
]
license = "MIT OR Apache-2.0"
readme = "README.md"
edition = "2021"
rust-version = "1.56.0" # MSRV
include = [
Expand Down
2 changes: 0 additions & 2 deletions clap_lex/Cargo.toml
Expand Up @@ -3,7 +3,6 @@ name = "clap_lex"
version = "0.2.2"
description = "Minimal, flexible command line parser"
repository = "https://github.com/clap-rs/clap/tree/master/clap_lex"
documentation = "https://docs.rs/clap_lex"
categories = ["command-line-interface"]
keywords = [
"argument",
Expand All @@ -13,7 +12,6 @@ keywords = [
"parse"
]
license = "MIT OR Apache-2.0"
readme = "README.md"
edition = "2021"
rust-version = "1.56.0" # MSRV
include = [
Expand Down
2 changes: 0 additions & 2 deletions clap_mangen/Cargo.toml
Expand Up @@ -3,7 +3,6 @@ name = "clap_mangen"
version = "0.1.8"
description = "A manpage generator for clap"
repository = "https://github.com/clap-rs/clap/tree/master/clap_mangen"
documentation = "https://docs.rs/clap_mangen"
categories = ["command-line-interface"]
keywords = [
"clap",
Expand All @@ -12,7 +11,6 @@ keywords = [
"manpage",
]
license = "MIT OR Apache-2.0"
readme = "README.md"
edition = "2021"
rust-version = "1.56.0" # MSRV
include = [
Expand Down

0 comments on commit 8c28bec

Please sign in to comment.