Files
wasmtime/lib/codegen-meta/Cargo.toml
2018-07-23 16:57:51 -07:00

19 lines
678 B
TOML

[package]
name = "cranelift-codegen-meta"
authors = ["The Cranelift Project Developers"]
version = "0.17.0"
description = "Metaprogram for cranelift-codegen code generator library"
license = "Apache-2.0 WITH LLVM-exception"
documentation = "https://cranelift.readthedocs.io/"
repository = "https://github.com/CraneStation/cranelift"
keywords = ["compile", "compiler", "jit"]
[dependencies]
# It is a goal of the cranelift-codegen crate to have minimal external dependencies.
# Please don't add any unless they are essential to the task of creating binary
# machine code.
[badges]
maintenance = { status = "experimental" }
travis-ci = { repository = "CraneStation/cranelift" }