fpr-cli 0.4.11

A library that allows one to write cli tools quickly.
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 = "fpr-cli"
version = "0.4.11"
authors = ["Shinji Hoshino <funny.pig.run@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library that allows one to write cli tools quickly."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/shinjitumala/fpr-cli"

[features]
unicode = ["dep:unicode-width"]

[lib]
name = "fpr_cli"
path = "src/lib.rs"

[dependencies.cfg-if]
version = "1.0.4"

[dependencies.chrono]
version = "0.4.44"

[dependencies.fpr-cli-derives]
version = "0.4.8"

[dependencies.fuzzy-matcher]
version = "0.3.7"

[dependencies.inquire]
version = "0.9.4"

[dependencies.itertools]
version = "0.14.0"

[dependencies.regex]
version = "1.12.3"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.150"

[dependencies.shellexpand]
version = "3.1.2"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.unicode-width]
version = "0.2.2"
optional = true