# 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 = "near-vm-compiler-singlepass" version = "0.27.0" authors = [ "Wasmer Engineering Team ", "Near Inc ", ] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Singlepass compiler for Wasmer WebAssembly runtime" readme = "README.md" keywords = [ "wasm", "webassembly", "compiler", "singlepass", ] categories = ["wasm"] license = "MIT" repository = "https://github.com/near/nearcore" [lib] name = "near_vm_compiler_singlepass" path = "src/lib.rs" [dependencies.dynasm] version = "2.0" [dependencies.dynasmrt] version = "2.0" [dependencies.enumset] version = "1.0" [dependencies.finite-wasm] version = "0.5.0" [dependencies.hashbrown] version = "0.14.2" optional = true [dependencies.memoffset] version = "0.8" [dependencies.more-asserts] version = "0.2" [dependencies.near-vm-compiler] version = "0.27.0" [dependencies.near-vm-types] version = "0.27.0" [dependencies.near-vm-vm] version = "0.27.0" [dependencies.rayon] version = "1.5" [dependencies.smallvec] version = "1.6" [dependencies.strum] version = "0.24" features = ["derive"] [dependencies.tracing] version = "0.1.40" features = ["std"] [dev-dependencies.target-lexicon] version = "0.12.2" default-features = false [badges.maintenance] status = "actively-developed" [lints.clippy] clone_on_copy = "deny" derivable_impls = "deny" len_zero = "deny" or_fun_call = "deny" redundant_clone = "deny" single_char_pattern = "allow" unnecessary_lazy_evaluations = "deny" [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.unexpected_cfgs] level = "allow" priority = 0 check-cfg = ["cfg(enable_const_type_id)"]