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