19 lines
670 B
TOML
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" }
|