# 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 = "vplugin-init" version = "0.1.0" description = "A basic command line utility to generate a basic module for VPlugin." readme = "README.md" keywords = [ "vplugin", "command-line", "plugin", "module", ] license = "GPL-3.0-or-later" [dependencies.clap] version = "4.0.18" features = [ "cargo", "std", ] default-features = false [dependencies.console] version = "0.15.2" [dependencies.toml] version = "0.5.1"