# 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 = "svecli" version = "0.4.0" authors = ["TheOnlyTails "] description = "A CLI full of utilities for Svelte/Kit projects." readme = "README.md" keywords = [ "cli", "svelte", "sveltekit", "utilities", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/theonlytails/svecli" resolver = "2" [dependencies.clap] version = "3.1.0" features = [ "unicode", "cargo", ] [dependencies.owo-colors] version = "3.2.0" features = ["supports-colors"] [dev-dependencies.cargo-husky] version = "1.5.0" features = ["user-hooks"]