wapm-targz-to-pirita 0.4.4

Convert wapm .tar.gz to .pirita files
Documentation
[package]
name = "wapm-targz-to-pirita"
version = "0.4.4"
description = "Convert wapm .tar.gz to .pirita files"
authors.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true

[dependencies]
wasmer-config.workspace = true
indexmap.workspace = true

anyhow = "1.0"
base64 = "0.21.0"
bytes = "1.4.0"
flate2 = "1.0.24"
json5 = "0.4.1"
serde = { version = "1.0", features = ["derive"] }
serde_cbor = "0.11"
serde_json = "1.0"
sha2 = "0.10.2"
shared-buffer = "0.1.3"
tar = "0.4"
tempfile = "3.6.0"
toml = "0.7.4"
tracing = "0.1.37"
url = "2.3.1"
webc = { version = "6.0.0-rc1", default-features = false, path = "../webc", features = ["package", "v1"] }

[dev-dependencies]
insta = { version = "1", features = ["filters", "yaml"] }
pretty_assertions = "1.4.0"