[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"]
no-hash-maps = []
std = ["string-interner/std"]
[lib]
name = "wasmi_collections"
path = "src/lib.rs"
[package]
authors = ["Robin Freyler <robin.freyler@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
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.79"
version = "0.38.0"
[package.metadata.cargo-udeps.ignore]
normal = ["string-interner"]