kick-rs-cli 0.1.1

`cargo kick` subcommand — scaffold (today), dev / generate / add (planned)
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"
rust-version = "1.78"
name = "kick-rs-cli"
version = "0.1.1"
authors = ["The kick-rs contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "`cargo kick` subcommand — scaffold (today), dev / generate / add (planned)"
readme = "README.md"
license = "MIT"
repository = "https://github.com/forinda/kick-rs"

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

[[bin]]
name = "cargo-kick"
path = "src/main.rs"

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

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

[dependencies.notify]
version = "8"

[dependencies.notify-debouncer-mini]
version = "0.7"

[dependencies.toml_edit]
version = "0.22"

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