kegani-cli 0.1.4

CLI tool for Kegani framework
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 = "kegani-cli"
version = "0.1.4"
authors = ["Your Name <you@example.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tool for Kegani framework"
homepage = "https://github.com/yourname/kegani"
documentation = "https://docs.rs/kegani-cli"
readme = false
keywords = [
    "kegani",
    "cli",
    "web",
    "framework",
]
categories = [
    "command-line-utilities",
    "web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/yourname/kegani"

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

[[bin]]
name = "keg"
path = "src/main.rs"

[[test]]
name = "cli_integration_tests"
path = "tests/cli_integration_tests.rs"

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

[dependencies.console]
version = "0.15"

[dependencies.notify]
version = "8"

[dependencies.remove_dir_all]
version = "0.8"

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.8"

[dependencies.walkdir]
version = "2"

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

[profile.release]
opt-level = 3
lto = true