29 lines
818 B
TOML
29 lines
818 B
TOML
name = "clic"
|
|
description = "Command Line Interface Components"
|
|
version = "0.2.1"
|
|
|
|
authors = ["Alejandro R. Mosteo", "Fabien Chouteau"]
|
|
maintainers = ["alejandro@mosteo.com", "Fabien Chouteau <fabien.chouteau@gmail.com>"]
|
|
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
|
|
"""
|
|
|
|
[[depends-on]]
|
|
aaa = "~0.2.4"
|
|
simple_logging = "^1.2.0"
|
|
ansiada = "^1.0"
|
|
ada_toml = "~0.2|~0.3"
|
|
|
|
[origin]
|
|
commit = "c7aabf94e0946ae3a5b77c29cc45fd28f70e17f6"
|
|
url = "git+https://github.com/alire-project/clic.git"
|
|
|