fli 1.2.2

The commander.js like CLI Parser for rust
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "fli"
version = "1.2.2"
authors = ["Chibueze Aniezeofor (codad5) <aniezeoformic@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The commander.js like CLI Parser for rust"
homepage = "https://github.com/codad5/fli"
documentation = "https://docs.rs/fli"
readme = "README.md"
keywords = [
    "cli",
    "cli-parser",
    "parser",
    "clap",
    "fli",
]
categories = [
    "command-line-utilities",
    "parsing",
    "development-tools::cargo-plugins",
    "text-processing",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/codad5/fli"

[lib]
name = "fli"
path = "src/lib.rs"
doctest = false

[dependencies.colored]
version = "2.0.4"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.thiserror]
version = "2.0.17"