# 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 = "linear-malloc" version = "0.1.0" authors = ["Mads Marquart "] description = "An ultra simple single-threaded linear allocator" documentation = "https://docs.rs/linear-malloc/" readme = "README.md" keywords = ["cachegrind", "callgrind", "malloc", "allocator"] categories = ["development-tools::ffi", "development-tools::profiling", "memory-management", "os"] license = "MIT OR Apache-2.0" repository = "https://github.com/madsmtm/linear-malloc" resolver = "2" [profile.release] lto = true debug = true [lib] name = "linear_malloc" crate-type = ["cdylib"] [dependencies.libc] version = "0.2"