# 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 = "skycrane" version = "0.0.0" authors = ["Victor Palade "] description = "Skycrane automates infrastructure" readme = "README.md" keywords = [ "automation", "infrastructure", "wasm", "wasmtime", "webassembly", ] categories = [ "command-line-utilities", "wasm", ] license = "Apache-2.0" repository = "https://github.com/cloudflavor/skycrane" [[bin]] name = "skycrane" path = "src/bin/skycrane.rs" [dependencies.anyhow] version = "1.0.79" [dependencies.once_cell] version = "1.19.0" [dependencies.serde] version = "1.0.195" [dependencies.serde_json] version = "1.0.112" [dependencies.serde_toml] version = "0.0.1" [dependencies.structopt] version = "0.3.26" [dependencies.tokio] version = "1.35.1" features = [ "rt-multi-thread", "macros", "fs", ] [dependencies.toml] version = "0.8.8" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [dependencies.wasmtime] version = "17.0.0" [badges.maintenance] status = "actively-developed"