[dependencies.env_logger]
features = ["auto-color", "color"]
version = "0.10.0"
[dependencies.lazy_static]
version = "1.4.0"
[dependencies.log]
version = "0.4.20"
[dependencies.tempfile]
version = "3.8.0"
[package]
description = "Copy-On-Write Rust implementation."
edition = "2021"
license = "MIT"
name = "copy_on_write"
readme = "README.md"
version = "0.1.3"
[target.'cfg(not(target_os = "windows"))'.dependencies.reflink-copy]
version = "0.1.10"
[target.'cfg(target_os = "windows")'.dependencies.widestring]
version = "1.0.2"
[target.'cfg(target_os = "windows")'.dependencies.windows]
features = ["Win32_Storage_FileSystem", "Win32_Foundation", "Win32_System_Ioctl", "Win32_System_IO", "Win32_System_SystemServices", "Win32_Security"]
version = "0.51.1"