Files
wasmtime/lib/codegen/meta/Cargo.toml
data-pup d9d40e1cdf lib/codegen-meta moved into lib/codegen. (#423)
* lib/codegen-meta moved into lib/codegen.

* Renamed codegen-meta and existing meta.
2018-07-31 07:56:26 -07:00

19 lines
670 B
TOML

[package]
name = "cranelift-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" }