savvy-cli 0.9.3

A CLI for savvy framework
# 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.81"
name = "savvy-cli"
version = "0.9.3"
authors = ["Hiroaki Yutani"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A CLI for savvy framework"
homepage = "https://yutannihilation.github.io/savvy/guide/"
readme = "README.md"
license = "MIT"
repository = "https://github.com/yutannihilation/savvy/"

[package.metadata.dist]
dist = true

[[bin]]
name = "savvy-cli"
path = "src/main.rs"

[dependencies.async-process]
version = "2"

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

[dependencies.dirs]
version = "6"

[dependencies.futures-lite]
version = "2"

[dependencies.savvy-bindgen]
version = "0.9.3"
features = ["use_formatter"]

[dependencies.toml]
version = "1.0"