cranelift-native 0.59.0

Support for targeting the host with Cranelift
Documentation
[badges.maintenance]
status = "experimental"

[badges.travis-ci]
repository = "bytecodealliance/cranelift"
[dependencies.cranelift-codegen]
default-features = false
version = "0.59.0"

[dependencies.target-lexicon]
version = "0.10"

[features]
core = ["cranelift-codegen/core", "raw-cpuid/nightly"]
default = ["std"]
std = ["cranelift-codegen/std"]

[package]
authors = ["The Cranelift Project Developers"]
categories = ["no-std"]
description = "Support for targeting the host with Cranelift"
edition = "2018"
license = "Apache-2.0 WITH LLVM-exception"
name = "cranelift-native"
readme = "README.md"
repository = "https://github.com/bytecodealliance/cranelift"
version = "0.59.0"
[target."cfg(any(target_arch = \"x86\", target_arch = \"x86_64\"))".dependencies.raw-cpuid]
version = "7.0.3"