# 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" name = "edge-util" version = "0.1.0" authors = ["Wasmer Engineering Team "] description = "A utility crate for the wasmer-edge project" homepage = "https://wasmer.io" documentation = "https://docs.rs/edge-util" readme = "README.md" license = "MIT" [dependencies.edge-schema] version = "0.0.3" [dependencies.http] version = "0.2.9" [dependencies.serde] version = "1.0.152" [dependencies.wasmparser] version = "0.121.0" [dev-dependencies.serde_json] version = "1.0.89"