cranelift-module 0.16.0

Support for linking functions and data with Cranelift
Documentation
[package]
name = "cranelift-module"
version = "0.16.0"
authors = ["The Cranelift Project Developers"]
description = "Support for linking functions and data with Cranelift"
repository = "https://github.com/CraneStation/cranelift"
documentation = "https://cranelift.readthedocs.io/"
license = "Apache-2.0 WITH LLVM-exception"
readme = "README.md"

[dependencies]
cranelift-codegen = { path = "../codegen", version = "0.16.0", default-features = false }
cranelift-entity = { path = "../entity", version = "0.16.0", default-features = false }
hashmap_core = { version = "0.1.8", optional = true }
failure = "0.1.1"

[features]
default = ["std"]
std = ["cranelift-codegen/std", "cranelift-entity/std"]
core = ["hashmap_core", "cranelift-codegen/core"]

[badges]
maintenance = { status = "experimental" }
travis-ci = { repository = "CraneStation/cranelift" }