[package] name = "standard_allocator" version = "0.1.0" authors = ["M Farkas-Dyck "] description = "default (userspace) memory allocator" license = "MIT OR Apache-2.0" [dependencies] loca = "0.5.4" [features] stable-rust = ["loca/stable-rust"]