wasm-pkg-client 0.16.0

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

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

[lib]
name = "wasm_pkg_client"
path = "src/lib.rs"

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

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

[dependencies.anyhow]
version = "1"

[dependencies.async-trait]
version = "0.1.91"

[dependencies.base64]
version = "0.23"

[dependencies.bytes]
version = "1.12"

[dependencies.docker_credential]
version = "1.4.0"

[dependencies.etcetera]
version = "0.11"

[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.petgraph]
version = "0.8.3"

[dependencies.reqwest]
version = "0.13.4"
features = [
    "charset",
    "http2",
    "json",
    "rustls",
]
default-features = false

[dependencies.secrecy]
version = "0.10"
features = ["serde"]

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.11"

[dependencies.tempfile]
version = "3.27.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.53.1"
features = [
    "rt",
    "macros",
]

[dependencies.tokio-util]
version = "0.7.19"
features = [
    "io",
    "io-util",
    "codec",
]

[dependencies.toml]
version = "1.1"

[dependencies.tracing]
version = "0.1.44"

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

[dependencies.url]
version = "2.5.8"

[dependencies.wasm-metadata]
version = "0.254"

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

[dependencies.wit-component]
version = "0.254"
features = ["semver-check"]

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

[dev-dependencies.rcgen]
version = "0.14.8"

[dev-dependencies.rstest]
version = "0.26"

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