# 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 = "2018" name = "uvm_cli" version = "0.4.0" authors = ["Manfred Endres "] description = "Base crate for cli structs, enums and helpers for uvm" keywords = [ "uvm", "unity", "cli", ] license = "Apache-2.0" repository = "https://github.com/Larusso/unity-version-manager" [dependencies.console] version = "0.9.1" [dependencies.flexi_logger] version = "0.17.1" [dependencies.itertools] version = "0.10.3" [dependencies.log] version = "0.4.11" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.structopt] version = "0.3"