features-cli 0.11.4

A CLI tool for discovering the features in a folder
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 = "2024"
name = "features-cli"
version = "0.11.4"
authors = ["Interaction Dynamics <thibault.friedrich@interaction-dynamics.io>"]
build = false
include = [
    "src",
    "public",
    "!public/features.json",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A CLI tool for discovering the features in a folder"
homepage = "https://github.com/interaction-dynamics/features"
documentation = "https://github.com/interaction-dynamics/features/blob/master/tools/cli/README.md"
readme = "README.md"
keywords = [
    "features",
    "cli",
    "documentation",
    "analysis",
    "architecture",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/interaction-dynamics/features"

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

[[bin]]
name = "features"
path = "src/bin.rs"
test = false
bench = false

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "4.0"
features = ["derive"]

[dependencies.colored]
version = "2.0"

[dependencies.git2]
version = "0.18"

[dependencies.include_dir]
version = "0.7"

[dependencies.indexmap]
version = "2.0"
features = ["serde"]

[dependencies.indicatif]
version = "0.17"

[dependencies.notify]
version = "6.0"

[dependencies.openssl]
version = "0.10.73"
features = ["vendored"]

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

[dependencies.serde_json]
version = "1.0"
features = ["preserve_order"]

[dependencies.serde_yaml]
version = "0.9"

[dependencies.tokio]
version = "1.0"
features = ["full"]

[dependencies.toml]
version = "0.8"

[dependencies.walkdir]
version = "2.0"

[dependencies.warp]
version = "0.3"

[dev-dependencies.tempfile]
version = "3.0"