memsnap 0.1.2

A library for creating memory snapshots and views with copy-on-write semantics.
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 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 = "memsnap"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for creating memory snapshots and views with copy-on-write semantics."
homepage = "https://github.com/jprendes/memsnap"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/jprendes/memsnap"

[lib]
name = "memsnap"
path = "src/lib.rs"

[dependencies.bitflags]
version = "2.9"

[dependencies.page_size]
version = "0.6.0"

[dev-dependencies.segv-test]
version = "0.1"

[dev-dependencies.tempfile]
version = "3.20.0"

[target."cfg(unix)".dependencies.libc]
version = "0.2.174"

[target."cfg(windows)".dependencies.windows]
version = "0.61"
features = [
    "Win32_Foundation",
    "Win32_Security",
    "Win32_System_Memory",
    "Win32_Storage_FileSystem",
    "Wdk_Foundation",
    "Win32_System_WindowsProgramming",
]