wapm-to-webc 1.4.3

Convert a *.tar.gz file from WAPM to the newer Pirita format
Documentation
[package]
name = "wapm-to-webc"
description = "Convert a *.tar.gz file from WAPM to the newer Pirita format"
version = "1.4.3"
authors.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true

[package.metadata.wapm]
namespace = "wasmer"
package = "wapm2pirita"
abi = "wasi"

[dependencies]
anyhow = "1.0"
clap = { version = "4", features = ["derive"] }
indexmap = { workspace = true }
json5 = "0.4.1"
pretty_assertions = "1.2.1"
rand = "0.8.5"
serde = { version = "1.0", features = ["derive"] }
serde_cbor = "0.11"
serde_json = "1.0"
sha2 = "0.10.2"
shared-buffer = { workspace = true }
thiserror = "1.0"
toml = "0.7.4"
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
url = "2"
validator = "0.16.0"
wapm-targz-to-pirita = { version = "0.4.3", path = "../wapm-targz-to-pirita", default-features = false }
wapm-toml = "0.4.0"
wasmer-toml = { workspace = true }
webc = { version = "5.8.1", path = "../webc" }

[dev-dependencies]
serde_yaml = "0.9.21"
tempfile = "3.5.0"