[[bin]]
name = "ff-cli"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.clap]
features = ["derive"]
version = "4.5"
[dependencies.libloading]
optional = true
version = "0.8"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "1.0"
[[example]]
name = "example_plugin"
path = "examples/example_plugin.rs"
[features]
default = []
dynamic-plugins = ["libloading"]
[lib]
name = "ff_cli"
path = "src/lib.rs"
[package]
authors = ["seekstorm <seekstorm@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A pluggable command-line framework for extensible CLI applications"
edition = "2021"
keywords = ["cli", "plugin", "extensible", "command"]
license = "MIT OR Apache-2.0"
name = "ff-cli"
readme = "README.md"
repository = "https://github.com/seekstorm/ff-cli"
version = "0.1.0"