# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "memadvise" version = "0.1.2" authors = ["Philip Woods "] description = "Advises operating system about memory usage" homepage = "https://github.com/Elzair/memadvise" documentation = "https://docs.rs/memadvise/" readme = "README.md" keywords = ["page", "memory", "ram", "madvise", "prefetch"] categories = ["os"] license = "MIT/Apache-2.0" repository = "https://github.com/Elzair/memadvise" [dependencies.spin] version = "^0.4.5" optional = true [dependencies.page_size] version = "^0.4.0" [features] no_std = ["page_size/no_std", "spin"] [target."cfg(unix)".dependencies.libc] version = "^0.2.30" [target."cfg(target_os = \"windows\")".dependencies.winapi] version = "^0.2.8" [target."cfg(target_os = \"windows\")".dependencies.kernel32-sys] version = "^0.2.2" [badges.appveyor] repository = "Elzair/memadvise" [badges.travis-ci] repository = "Elzair/memadvise"