cranelift-codegen 0.15.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]
name = "cranelift-codegen"
version = "0.15.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"]
license = "Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/CraneStation/cranelift"
[dependencies.cranelift-entity]
version = "0.15.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.8"
optional = true

[dependencies.target-lexicon]
version = "0.0.3"
default-features = false

[features]
core = ["hashmap_core"]
default = ["std"]
std = ["cranelift-entity/std", "target-lexicon/std"]
[badges.maintenance]
status = "experimental"

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