[package] name = "wapm-to-webc" description = "Convert a *.tar.gz file from WAPM to the newer Pirita format" version = "6.0.0-rc1" 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] wasmer-config.workspace = true indexmap.workspace = true shared-buffer.workspace = true clap = { workspace = true, features =["derive"] } anyhow = "1.0" 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" thiserror = "1.0" toml = "0.7.4" tracing = "0.1.37" tracing-subscriber = { version = "0.3.16", features = ["env-filter"] } url = "2.0.0" validator = "0.16.0" wapm-targz-to-pirita = { version = "0.4.4", path = "../wapm-targz-to-pirita", default-features = false } wapm-toml = "0.4.0" webc = { version = "6.0.0-rc1", path = "../webc" } [dev-dependencies] serde_yaml = "0.9.21" tempfile = "3.5.0"