# 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 = "rulloc" version = "0.1.0" description = "General purpose memory allocator" readme = "README.md" keywords = ["memory-allocator"] categories = ["memory-management"] license-file = "LICENCE" repository = "https://github.com/antoniosarosi/rulloc" [target."cfg(unix)".dependencies.libc] version = "0.2.137" [target."cfg(windows)".dependencies.windows] version = "0.43.0" features = [ "Win32_System_Memory", "Win32_Foundation", "Win32_System_SystemInformation", "Win32_System_Diagnostics_Debug", ] default-features = false