[package] name = "stack-memdb" version = "0.3.0" edition = "2021" authors = ["Wasmium Network Developers "] license = "Apache-2.0" description = "An in-memory database backed by an array and useful for runtimes without a heap or with a constrained stack" keywords = ["wasmium", "stack", "memory-database"] categories = ["caching", "database", "data-structure", "embedded", "filesystem"] [features] hex_debug = ["hex"] satoshis_ghost = ["bs58"] [dependencies] borsh = "0.9.3" bs58 = { version = "0.4.0", optional = true } hex = { version = "0.4.3", optional = true } [dev-dependencies] wasmium-random = "1.0.0"