# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.79" name = "wasmi_collections" version = "0.39.1" authors = ["Robin Freyler "] build = false exclude = ["tests"] autobins = false autoexamples = false autotests = false autobenches = false description = "Specialized data structures for the Wasmi interpreter" documentation = "https://docs.rs/wasmi_collections/" readme = "README.md" keywords = [ "wasm", "webassembly", "interpreter", "vm", ] categories = [ "wasm", "no-std", "virtualization", ] license = "MIT/Apache-2.0" repository = "https://github.com/wasmi-labs/wasmi" [package.metadata.cargo-udeps.ignore] normal = ["string-interner"] [lib] name = "wasmi_collections" path = "src/lib.rs" [dependencies.ahash] version = "0.8.11" optional = true default-features = false [dependencies.hashbrown] version = "0.14" features = [ "ahash", "inline-more", ] optional = true default-features = false [dependencies.string-interner] version = "0.17" features = [ "inline-more", "backends", ] optional = true default-features = false [features] default = ["std"] hash-collections = [ "dep:hashbrown", "dep:string-interner", "dep:ahash", ] prefer-btree-collections = [] std = ["string-interner/std"]