# 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 = "qsc-cranelift-jit" version = "0.104.0" authors = [ "The Cranelift Project Developers", "RedstoneWizard08", ] description = "A JIT library backed by Cranelift (modified for QuickScript)" documentation = "https://docs.rs/qsc-cranelift-jit" readme = "README.md" license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/RedstoneWizard08/QuickScript" [dependencies.anyhow] version = "1.0.75" [dependencies.cranelift-codegen] version = "0.101.4" [dependencies.cranelift-control] version = "0.101.4" [dependencies.cranelift-entity] version = "0.101.4" [dependencies.cranelift-module] version = "0.101.4" [dependencies.cranelift-native] version = "0.101.4" [dependencies.libc] version = "0.2.42" [dependencies.log] version = "0.4.20" [dependencies.memmap2] version = "0.2.1" optional = true [dependencies.region] version = "2.2.0" [dependencies.target-lexicon] version = "0.12.12" [dependencies.wasmtime-jit-icache-coherence] version = "14.0.4" [dev-dependencies.cranelift] version = "0.101.4" [dev-dependencies.cranelift-entity] version = "0.101.4" [dev-dependencies.cranelift-frontend] version = "0.101.4" [features] default = [] selinux-fix = ["memmap2"] [target."cfg(windows)".dependencies.windows-sys] version = "0.48.0" features = [ "Win32_Foundation", "Win32_System_LibraryLoader", "Win32_System_Memory", ]