# 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 = "lol_alloc" version = "0.4.1" description = "lol_alloc: A laughably simple wasm global_allocator." readme = "README.md" categories = [ "memory-management", "web-programming", "no-std", "wasm", ] license = "MIT" repository = "https://github.com/Craig-Macomber/lol_alloc" [package.metadata.docs.rs] targets = ["wasm32-unknown-unknown"] [dependencies.spin] version = "0.9.8" [dev-dependencies.getrandom] version = "0.2" features = ["js"] [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rand_core] version = "0.6.3" [dev-dependencies.rand_pcg] version = "0.3.1" [dev-dependencies.wasm-bindgen-test] version = "0.3.0"