# 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 = "2021" rust-version = "1.70" name = "wapm-targz-to-pirita" version = "0.4.4" authors = ["Wasmer Engineering Team "] description = "Convert wapm .tar.gz to .pirita files" homepage = "https://wasmer.io" license = "MIT" repository = "https://github.com/wasmerio/pirita" [dependencies.anyhow] version = "1.0" [dependencies.base64] version = "0.21.0" [dependencies.bytes] version = "1.4.0" [dependencies.flate2] version = "1.0.24" [dependencies.indexmap] version = "1.9.2" features = ["serde"] [dependencies.json5] version = "0.4.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_cbor] version = "0.11" [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10.2" [dependencies.shared-buffer] version = "0.1.3" [dependencies.tar] version = "0.4" [dependencies.tempfile] version = "3.6.0" [dependencies.toml] version = "0.7.4" [dependencies.tracing] version = "0.1.37" [dependencies.url] version = "2.3.1" [dependencies.wasmer-config] version = "0.2.0" [dependencies.webc] version = "6.0.0-rc1" features = [ "package", "v1", ] default-features = false [dev-dependencies.insta] version = "1" features = [ "filters", "yaml", ] [dev-dependencies.pretty_assertions] version = "1.4.0"