Files
wasmtime/lib/bforest/Cargo.toml
2018-11-07 16:18:04 -08:00

23 lines
653 B
TOML

[package]
authors = ["The Cranelift Project Developers"]
name = "cranelift-bforest"
version = "0.23.0"
description = "A forest of B+-trees"
license = "Apache-2.0 WITH LLVM-exception"
documentation = "https://cranelift.readthedocs.io/"
repository = "https://github.com/CraneStation/cranelift"
categories = ["no-std"]
readme = "README.md"
keywords = ["btree", "forest", "set", "map"]
[dependencies]
cranelift-entity = { path = "../entity", version = "0.23.0", default-features = false }
[features]
default = ["std"]
std = ["cranelift-entity/std"]
[badges]
maintenance = { status = "experimental" }
travis-ci = { repository = "CraneStation/cranelift" }