Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
bytecodealliance
GitHub Repository: bytecodealliance/wasmtime
Path: blob/main/crates/slab/Cargo.toml
1690 views
1
[package]
2
authors = ["The Wasmtime Project Developers"]
3
description = "INTERNAL: Uni-typed slab with a free list for use in Wasmtime"
4
edition.workspace = true
5
rust-version.workspace = true
6
license = "Apache-2.0 WITH LLVM-exception"
7
name = "wasmtime-internal-slab"
8
repository = "https://github.com/bytecodealliance/wasmtime"
9
version.workspace = true
10
11
[lints]
12
workspace = true
13
14
[dependencies]
15
16