# 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 = "wasm-startup" version = "0.1.6" authors = ["yexiyue"] description = "A simple WASM startup project" readme = "README.md" keywords = [ "wasm", "rust", "startup", "cli", ] categories = ["wasm"] license = "MIT" repository = "https://github.com/yexiyue/wasm-startup" [lib] path = "./lib/lib.rs" [dependencies.clap] version = "4.4.8" features = ["derive"] [dependencies.console] version = "0.15.7" [dependencies.dialogue-macro] version = "0.1.3" [dependencies.handlebars] version = "4.5.0" [dependencies.indicatif] version = "0.17.7" [dependencies.serde] version = "1.0.192" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [dev-dependencies.predicates] version = "3.0.4"