Files
wasmtime/lib/bforest/Cargo.toml
2018-09-10 10:00:45 -07:00

23 lines
653 B
TOML

[package]
authors = ["The Cranelift Project Developers"]
name = "cranelift-bforest"
version = "0.21.1"
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.21.1", default-features = false }
[features]
default = ["std"]
std = ["cranelift-entity/std"]
[badges]
maintenance = { status = "experimental" }
travis-ci = { repository = "CraneStation/cranelift" }