# 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 = "unc-vm-vm" version = "0.12.2" authors = [ "Wasmer Engineering Team ", "Hello Inc ", ] publish = true description = "Runtime library support for Wasmer" readme = "README.md" keywords = [ "wasm", "webassembly", ] categories = ["wasm"] license = "GPL-2.0-or-later" repository = "https://github.com/utnet-org/utility" [dependencies.backtrace] version = "0.3" [dependencies.cfg-if] version = "1.0" [dependencies.finite-wasm] version = "0.5.0" [dependencies.indexmap] version = "1.6" [dependencies.libc] version = "0.2.81" [dependencies.memoffset] version = "0.8" [dependencies.more-asserts] version = "0.2" [dependencies.region] version = "3.0" [dependencies.rkyv] version = "0.7.31" [dependencies.thiserror] version = "1.0.30" [dependencies.tracing] version = "0.1.36" features = ["std"] [dependencies.unc-vm-types] version = "0.12.2" [dependencies.wasmparser] version = "0.99" [build-dependencies.cc] version = "1.0" [features] default = [] [target."cfg(target_os = \"windows\")".dependencies.winapi] version = "0.3" features = [ "winbase", "memoryapi", "errhandlingapi", "winnt", "impl-default", ] [badges.maintenance] status = "actively-developed" [lints.clippy] clone_on_copy = "deny" derivable_impls = "deny" len_zero = "deny" redundant_clone = "deny" single_char_pattern = "allow" [lints.clippy.all] level = "allow" priority = -100 [lints.clippy.correctness] level = "deny" priority = -50 [lints.clippy.perf] level = "deny" priority = -50 [lints.clippy.suspicious] level = "deny" priority = -50 [lints.rust] warnings = "deny"