[package] name = "spd" version = "0.0.3" edition = "2021" license = "LGPL-3.0-or-later" authors = [ "Emma Tebibyte ", "Douman ", "Matt Mastracci ", ] description ="Minimal standard library replacement containing essential functionality." repository = "https://git.tebibyte.media/emma/spd" [dependencies] libc = "0.2.140" libc_alloc = "1.0.4" [build-dependencies] bindgen = "0.64.0"