# 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 = "mistletoe" version = "0.1.2" description = "Mistletoe - the Polyglot Kubernetes Package Manager" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/gsfraley/mistletoe.git" [[bin]] name = "mistctl" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.4" [dependencies.colored] version = "2.1" [dependencies.git2] version = "0.18" [dependencies.home] version = "0.5" [dependencies.indexmap] version = "2.1" [dependencies.indoc] version = "2.0" [dependencies.mistletoe-api] version = "0.1.2" [dependencies.once_cell] version = "1.19" [dependencies.semver] version = "1.0" [dependencies.serde] version = "1.0" [dependencies.serde_yaml] version = "0.9" [dependencies.tempfile] version = "3.8" [dependencies.wasmer] version = "4.2" [target."cfg(windows)".dependencies.windows] version = "0.52" features = [ "Win32", "Win32_Storage", "Win32_Storage_FileSystem", "Win32_Foundation", ]