# 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 = "cargo-vika" version = "0.0.1" authors = ["Roman "] build = false exclude = [".gitignore"] autobins = false autoexamples = false autotests = false autobenches = false description = "cargo tool to ease creating UEFI projects" documentation = "https://docs.rs/cargo_vika" readme = "README.md" keywords = [ "uefi", "vika", "create", "project", ] license = "GPL-3.0" repository = "https://github.com/OrbitalStation/Old-Repositories/tree/cosmos/used-by-crates.io/cargo-vika" [lib] name = "cargo_vika" path = "src/lib.rs" [[bin]] name = "cargo-vika" path = "src/main.rs" [dependencies.cargo_metadata] version = "0.14.*" [dependencies.cfg-if] version = "1.0.*" [dependencies.clap] version = "2.33.*" [dependencies.termcolor] version = "1.1.*"