[dependencies.ahash]
default-features = false
version = "0.8.11"
[dependencies.hashbrown]
default-features = false
features = ["ahash", "inline-more"]
version = "0.14"
[dependencies.string-interner]
default-features = false
features = ["inline-more", "backends"]
version = "0.17"
[features]
default = ["std"]
no-hash-maps = []
std = ["string-interner/std"]
[package]
authors = ["Robin Freyler <robin.freyler@gmail.com>"]
categories = ["wasm", "no-std", "virtualization"]
description = "Specialized data structures for the Wasmi interpreter"
documentation = "https://docs.rs/wasmi_collections/"
edition = "2021"
exclude = ["tests"]
keywords = ["wasm", "webassembly", "interpreter", "vm"]
license = "MIT/Apache-2.0"
name = "wasmi_collections"
readme = "README.md"
repository = "https://github.com/wasmi-labs/wasmi"
rust-version = "1.77"
version = "0.35.0"