wkg 0.16.0

Wasm Package Tools CLI
# 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"
name = "wkg"
version = "0.16.0"
authors = ["The Wasmtime Project Developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Wasm Package Tools CLI"
readme = "README.md"
license = "Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/bytecodealliance/wasm-pkg-tools/"

[features]
default = ["docker-tests"]
docker-tests = []

[[bin]]
name = "wkg"
path = "src/main.rs"

[[test]]
name = "common"
path = "tests/common.rs"

[[test]]
name = "e2e"
path = "tests/e2e.rs"

[dependencies.anstream]
version = "1.0"

[dependencies.anstyle]
version = "1.0"

[dependencies.anyhow]
version = "1"

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

[dependencies.colorchoice-clap]
version = "1.0"

[dependencies.docker_credential]
version = "1.4.0"

[dependencies.futures-util]
version = "0.3.33"
features = ["io"]

[dependencies.oci-client]
version = "0.17"
features = ["rustls-tls"]
default-features = false

[dependencies.oci-wasm]
version = "0.6"
features = ["rustls-tls"]
default-features = false

[dependencies.tempfile]
version = "3.27.0"

[dependencies.tokio]
version = "1.53.1"
features = [
    "macros",
    "rt",
    "rt-multi-thread",
    "process",
]

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.23"
features = [
    "fmt",
    "env-filter",
    "ansi",
]
default-features = false

[dependencies.wasm-pkg-client]
version = "0.16.0"

[dependencies.wasm-pkg-common]
version = "0.16.0"

[dependencies.wasm-pkg-core]
version = "0.16.0"

[dependencies.wit-component]
version = "0.254"

[dev-dependencies.anstream]
version = "1.0"
features = ["test"]

[dev-dependencies.base64]
version = "0.23"

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.tempfile]
version = "3.27.0"

[dev-dependencies.testcontainers]
version = "0.27.3"