From 37f8ae20b7fc2ede1979d755df7debac30567498 Mon Sep 17 00:00:00 2001 From: Kevin Matthes <92332892+kevinmatthes@users.noreply.github.com> Date: Thu, 9 Mar 2023 15:40:46 +0100 Subject: [PATCH] docs: Create CITATION.cff CFF is a technology to make software citable. Therefore, a file named CITATION.cff needs to be stored in the repository's root. GitHub will then render a "Cite this repository" blob from it on the repository's landing page. --- CITATION.cff | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 00000000000..192a4e00658 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,22 @@ +# Parser settings. +cff-version: 1.2.0 +message: Please cite this crate using these information. + +# Version information. +date-released: 2023-02-28 +version: 4.1.8 + +# Project information. +abstract: A full featured, fast Command Line Argument Parser for Rust +authors: + - alias: kbknapp + family-names: Knapp + given-names: Kevin B. + - name: The Clap Community +license: + - Apache-2.0 + - MIT +repository-artifact: https://crates.io/crates/clap +repository-code: https://github.com/clap-rs/clap +title: clap +url: https://docs.rs/clap