# 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 = "wasm_allocator" version = "0.1.1" authors = ["W-Mai <1341398182@qq.com>"] build = "build.rs" description = "A tiny wasm allocator for no_std" readme = "README.md" categories = [ "wasm", "no-std", "allocator", "memory-management", ] license = "MIT" repository = "https://github.com/W-Mai/wasm_allocator" [profile.dev] panic = "abort" [profile.release] opt-level = "s" panic = "abort" [dependencies] [features]