wasm-pkg-common 0.16.0

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

[features]
oci_extras = []
registry-config = [
    "dep:etcetera",
    "dep:tokio",
    "dep:toml",
]

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

[dependencies.anyhow]
version = "1"

[dependencies.base16ct]
version = "1.0"
features = ["alloc"]

[dependencies.bytes]
version = "1.12"

[dependencies.etcetera]
version = "0.11"
optional = true

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

[dependencies.http]
version = "1.4.2"

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

[dependencies.semver]
version = "1.0.28"
features = ["serde"]

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.11"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.53.1"
features = ["fs"]
optional = true

[dependencies.toml]
version = "1.1"
optional = true

[dependencies.tracing]
version = "0.1.44"

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