webc-cli 11.0.0

WebContainer implementation for wapm.io
# 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 = "2024"
rust-version = "1.90"
name = "webc-cli"
version = "11.0.0"
authors = ["Wasmer Engineering Team <engineering@wasmer.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WebContainer implementation for wapm.io"
homepage = "https://wasmer.io"
readme = false
license = "MIT"
repository = "https://github.com/wasmerio/pirita"

[package.metadata.wasmer]
namespace = "wasmer"
package = "webc"
abi = "wasi"

[[bin]]
name = "webc-cli"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.bytes]
version = "1"
features = ["serde"]

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "env",
]

[dependencies.shared-buffer]
version = "0.1"

[dependencies.webc]
version = "11.0"