cowfile 0.2.2

A copy-on-write abstraction for binary data backed by memory or files
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 = "cowfile"
version = "0.2.2"
authors = ["Johann Kempter <admin@binflip.rs>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A copy-on-write abstraction for binary data backed by memory or files"
homepage = "https://github.com/BinFlip/cowfile"
documentation = "https://docs.rs/cowfile"
readme = "README.md"
keywords = [
    "binary",
    "overlay",
    "copy-on-write",
    "patching",
    "file",
]
categories = [
    "data-structures",
    "filesystem",
]
license = "Apache-2.0"
repository = "https://github.com/BinFlip/cowfile"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.memmap2]
version = "0.9.10"

[dependencies.thiserror]
version = "2.0.18"

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

[profile.release]
opt-level = 3
lto = "fat"