# 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 = "bun-cli" version = "0.3.1" authors = ["Kevin Arce "] description = "Bun CLI Generator is a command-line tool built in Rust, designed to streamline the process of setting up new Bun projects. With a simple command, users can generate a basic Bun project structure, including necessary configuration files and a ready-to-go project setup, saving time and setting a standard structure for Bun applications." homepage = "https://github.com/KevinArce/bun-cli" readme = "README.md" keywords = [ "cli", "search", "demo", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/KevinArce/bun-cli"