# 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 = "copy_on_write" version = "0.1.3" description = "Copy-On-Write Rust implementation." readme = "README.md" license = "MIT" [dependencies.env_logger] version = "0.10.0" features = [ "auto-color", "color", ] [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.20" [dependencies.tempfile] version = "3.8.0" [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] version = "0.51.1" features = [ "Win32_Storage_FileSystem", "Win32_Foundation", "Win32_System_Ioctl", "Win32_System_IO", "Win32_System_SystemServices", "Win32_Security", ]