Files
wasmtime/lib/frontend/Cargo.toml
2018-07-18 13:33:15 -07:00

22 lines
629 B
TOML

[package]
authors = ["The Cranelift Project Developers"]
name = "cranelift-frontend"
version = "0.16.1"
description = "Cranelift IR builder helper"
license = "Apache-2.0 WITH LLVM-exception"
documentation = "https://cranelift.readthedocs.io/"
repository = "https://github.com/CraneStation/cranelift"
readme = "README.md"
[dependencies]
cranelift-codegen = { path = "../codegen", version = "0.16.1", default-features = false }
[features]
default = ["std"]
std = ["cranelift-codegen/std"]
core = ["cranelift-codegen/core"]
[badges]
maintenance = { status = "experimental" }
travis-ci = { repository = "CraneStation/cranelift" }