[package] name = "bogo-alloc" version = "0.1.1" edition = "2021" license-file = "LICENSE" authors = ["FlareFlo"] repository = "https://github.com/FlareFlo/bogo-alloc" description = "An allocator that makes C/C++ developers feel right at home." readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] libc = { version = "0.2.148", default-features = false } nanorand = { version = "0.7.0", default-features = false, features = ["wyrand"] }