page_size 0.3.0

Provides an easy, fast, cross-platform way to retrieve the memory page size
Documentation
# 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 = "page_size"
version = "0.3.0"
authors = ["Philip Woods <elzairthesorcerer@gmail.com>"]
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 = ["hardware-support", "os"]
license = "MIT/Apache-2.0"
repository = "https://github.com/Elzair/page_size_rs"
[dependencies.spin]
version = "^0.4.5"
optional = true

[features]
no_std = ["spin"]
[target."cfg(unix)".dependencies.libc]
version = "^0.2.31"
[target."cfg(windows)".dependencies.winapi]
version = "^0.2.8"