diff --git a/index/cl/clic/clic-0.2.0.toml b/index/cl/clic/clic-0.2.0.toml new file mode 100644 index 00000000..5b0195d6 --- /dev/null +++ b/index/cl/clic/clic-0.2.0.toml @@ -0,0 +1,31 @@ +name = "clic" +description = "Command Line Interface Components" +version = "0.2.0" + +authors = ["Alejandro R. Mosteo", "Fabien Chouteau"] +maintainers = ["alejandro@mosteo.com", "Fabien Chouteau "] +maintainers-logins = ["mosteo", "Fabien-Chouteau"] +licenses = "MIT AND GPL-3.0-or-later WITH GCC-exception-3.1" +tags = ["cli", "command-line", "user-input", "tty"] +website = "https://github.com/alire-project/clic" +long-description = """ +Command Line Interface Components: + - "git like" subcommand handling + - TTY color and formatting + - User input queries + - User configuration +""" + +[configuration] +disabled = true # CLIC is an Alire dependency using git submodule, so we can't + # use the crate configuration here. + +[[depends-on]] +aaa = "~0.2.4" +simple_logging = "^1.2.0" +ansiada = "~0.1.0" +ada_toml = "~0.2.0" + +[origin] +commit = "5a1f32326013784113a336a1aded509270dacc76" +url = "git+https://github.com/alire-project/clic.git"