# 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 = "wepl" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The WebAssembly Component repl." readme = "README.md" keywords = [ "webassembly", "wasm", ] categories = ["wasm"] license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/rylev/wepl" [[bin]] name = "wepl" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1" [dependencies.bytes] version = "1.6" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.colored] version = "2.1" [dependencies.env_logger] version = "0.11" [dependencies.home] version = "0.5" [dependencies.log] version = "0.4" [dependencies.nom] version = "7.1" [dependencies.nom_locate] version = "4.2" [dependencies.rustyline] version = "14.0" [dependencies.tokio] version = "1.38" features = ["macros"] [dependencies.wasm-compose] version = "0.211" [dependencies.wasmtime] version = "22.0" [dependencies.wasmtime-wasi] version = "22.0" [dependencies.wit-component] version = "0.211" [dependencies.wit-parser] version = "0.211"