Files
wasmtime/cranelift/entity/Cargo.toml
Alex Crichton 3179dcf6f1 Update Cranelift's documentation after the merger. (#1238)
Update the documentation for the merger, and also for various changes in
Cranelift. Remove some old obsolete documentation, and convert the remaining
Sphinx files to Markdown. Some of the remaining content is still out of
date, but this is a step forward.
2020-03-05 15:51:12 -06:00

23 lines
661 B
TOML

[package]
authors = ["The Cranelift Project Developers"]
name = "cranelift-entity"
version = "0.59.0"
description = "Data structures using entity references as mapping keys"
license = "Apache-2.0 WITH LLVM-exception"
documentation = "https://docs.rs/cranelift-entity"
repository = "https://github.com/bytecodealliance/cranelift"
categories = ["no-std"]
readme = "README.md"
keywords = ["entity", "set", "map"]
edition = "2018"
[dependencies]
serde = { version = "1.0.94", features = ["derive"], optional = true }
[features]
enable-serde = ["serde"]
[badges]
maintenance = { status = "experimental" }
travis-ci = { repository = "bytecodealliance/cranelift" }