# 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] name = "page_size" version = "0.6.0" authors = ["Philip Woods "] description = "Provides an easy, fast, cross-platform way to retrieve the memory page size" homepage = "https://github.com/Elzair/page_size_rs" documentation = "https://docs.rs/page_size/" readme = "README.md" keywords = [ "page", "memory", "ram", "page_size", ] categories = ["os"] license = "MIT/Apache-2.0" repository = "https://github.com/Elzair/page_size_rs" [dependencies.spin] version = "0.9.8" optional = true [features] no_std = ["spin"] [target."cfg(unix)".dependencies.libc] version = "^0.2" [target."cfg(windows)".dependencies.winapi] version = "0.3.9" features = ["sysinfoapi"] [badges.appveyor] repository = "Elzair/page_size_rs" [badges.travis-ci] repository = "Elzair/page_size_rs"