wasm-pkg-core 0.16.0

Wasm Package Tools core libraries for wkg
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-core"
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 core libraries for wkg"
readme = false
license = "Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/bytecodealliance/wasm-pkg-tools/"

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

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

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.glob]
version = "0.3.4"

[dependencies.indexmap]
version = "2.14"

[dependencies.petgraph]
version = "0.8.3"

[dependencies.semver]
version = "1.0.28"

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

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

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

[dependencies.toml]
version = "1.1"

[dependencies.tracing]
version = "0.1.44"

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

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

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

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

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

[dev-dependencies.glob]
version = "0.3.4"

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

[dev-dependencies.sha2]
version = "0.11"

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

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

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[target."cfg(windows)".dependencies.windows-sys]
version = "0.61"
features = [
    "Win32_Foundation",
    "Win32_Storage",
    "Win32_Storage_FileSystem",
    "Win32_System",
    "Win32_System_IO",
    "Win32_Security",
    "Win32_System_Console",
]