cranelift-codegen 0.42.0

Low-level code generator library
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "cranelift-codegen"
version = "0.42.0"
authors = ["The Cranelift Project Developers"]
build = "build.rs"
description = "Low-level code generator library"
documentation = "https://cranelift.readthedocs.io/"
readme = "README.md"
keywords = ["compile", "compiler", "jit"]
categories = ["no-std"]
license = "Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/CraneStation/cranelift"
[dependencies.cranelift-bforest]
version = "0.42.0"
default-features = false

[dependencies.cranelift-entity]
version = "0.42.0"
default-features = false

[dependencies.failure]
version = "0.1.1"
features = ["derive"]
default-features = false

[dependencies.failure_derive]
version = "0.1.1"
default-features = false

[dependencies.hashmap_core]
version = "0.1.9"
optional = true

[dependencies.log]
version = "0.4.6"
default-features = false

[dependencies.serde]
version = "1.0.94"
features = ["derive"]
optional = true

[dependencies.target-lexicon]
version = "0.8.0"
[build-dependencies.cranelift-codegen-meta]
version = "0.42.0"
default-features = false

[features]
all-arch = ["x86", "arm32", "arm64", "riscv"]
arm32 = []
arm64 = []
basic-blocks = []
core = ["hashmap_core", "cranelift-codegen-meta/core"]
default = ["std"]
enable-serde = ["serde"]
riscv = []
std = ["cranelift-entity/std", "cranelift-bforest/std", "cranelift-codegen-meta/std"]
testing_hooks = []
x86 = []
[badges.maintenance]
status = "experimental"

[badges.travis-ci]
repository = "CraneStation/cranelift"