# 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 = "memguar" version = "0.0.3" authors = ["Yaroslav957"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A crate that helps to optimize IO of large buffers in near-OOM state or with small amount of RAM" documentation = "https://crates.io/crates/memguar" readme = "README.md" keywords = [ "std", "memory", "swap", "libc", "unix", ] categories = ["memory-management"] license = "MIT" repository = "https://github.com/yaroslav957/memguar" [lib] name = "memguar" path = "src/lib.rs" [dependencies.libc] version = "0.2.155" default-features = true [dependencies.tempfile] version = "3.10.1" default-features = true