blob: 05d71197123dae4e27006317756442fceaa230fe [file] [log] [blame]
# 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 = "cranelift-jit"
version = "0.101.2"
authors = ["The Cranelift Project Developers"]
description = "A JIT library backed by Cranelift"
documentation = "https://docs.rs/cranelift-jit"
readme = "README.md"
license = "Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/bytecodealliance/wasmtime"
[dependencies.anyhow]
version = "1.0.22"
[dependencies.cranelift-codegen]
version = "0.101.2"
features = [
"std",
"unwind",
"std",
]
default-features = false
[dependencies.cranelift-control]
version = "0.101.2"
[dependencies.cranelift-entity]
version = "0.101.2"
[dependencies.cranelift-module]
version = "0.101.2"
[dependencies.cranelift-native]
version = "0.101.2"
[dependencies.libc]
version = "0.2.42"
[dependencies.log]
version = "0.4.8"
default-features = false
[dependencies.memmap2]
version = "0.2.1"
optional = true
[dependencies.region]
version = "2.2.0"
[dependencies.target-lexicon]
version = "0.12.3"
features = ["std"]
default-features = false
[dependencies.wasmtime-jit-icache-coherence]
version = "=14.0.2"
[dev-dependencies.cranelift]
version = "0.101.2"
[dev-dependencies.cranelift-entity]
version = "0.101.2"
[dev-dependencies.cranelift-frontend]
version = "0.101.2"
[features]
default = []
selinux-fix = ["memmap2"]
[target."cfg(windows)".dependencies.windows-sys]
version = "0.48.0"
features = [
"Win32_Foundation",
"Win32_System_LibraryLoader",
"Win32_System_Memory",
]