# 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.74" name = "hc-wasmer-object" version = "4.3.6-hc.1" authors = ["Wasmer Engineering Team "] description = "Wasmer Native Object generator" homepage = "https://wasmer.io/" readme = "README.md" keywords = [ "wasm", "webassembly", ] categories = ["wasm"] license = "MIT" repository = "https://github.com/wasmerio/wasmer" [package.metadata.docs.rs] rustc-args = [ "--cfg", "docsrs", ] [dependencies.object] version = "0.29.0" features = ["write"] default-features = false [dependencies.thiserror] version = "1.0" [dependencies.wasmer-types] version = "=4.3.6-hc.1" package = "hc-wasmer-types"