# 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" rust-version = "1.72" name = "lgalloc" version = "0.4.0" authors = ["Moritz Hoffmann "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Large object allocator" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/antiguru/rust-lgalloc" [profile.release] lto = true codegen-units = 1 debug = 2 [lib] name = "lgalloc" path = "src/lib.rs" [[example]] name = "disk_usage" path = "examples/disk_usage.rs" [dependencies.crossbeam-deque] version = "0.8.3" [dependencies.libc] version = "0.2" [dependencies.memmap2] version = "0.5" [dependencies.numa_maps] version = "0.1" [dependencies.page_size] version = "0.6.0" [dependencies.tempfile] version = "3" [dependencies.thiserror] version = "1.0" [dev-dependencies.serial_test] version = "2.0"