# 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" name = "stack-memdb" version = "0.3.0" authors = ["Wasmium Network Developers "] 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"] license = "Apache-2.0" resolver = "2" [dependencies.borsh] version = "0.9.3" [dependencies.bs58] version = "0.4.0" optional = true [dependencies.hex] version = "0.4.3" optional = true [dev-dependencies.wasmium-random] version = "1.0.0" [features] hex_debug = ["hex"] satoshis_ghost = ["bs58"]