# 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 = "close_already" version = "0.3.3" authors = ["alpha-tango-kilo "] description = "Speeds up programs writing lots of files on Windows" readme = "README.md" keywords = [ "windows", "fs", "file", "files", "handle", ] categories = [ "filesystem", "concurrency", ] license = "MIT OR Apache-2.0" repository = "https://codeberg.org/alpha-tango-kilo/close_already" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" [[bench]] name = "criterion" harness = false [dependencies.async-std] version = "1" optional = true [dependencies.blocking] version = "1.2" optional = true [dependencies.mutually_exclusive_features] version = "0.1" [dependencies.rayon] version = "1" optional = true [dependencies.smol] version = "2" optional = true [dependencies.threadpool] version = "1.7" optional = true [dependencies.tokio] version = "1.23.1" features = [ "rt", "fs", ] optional = true [dev-dependencies.criterion] version = "0.5" [dev-dependencies.tempfile] version = "3" [dev-dependencies.tokio] version = "1.23.1" features = [ "io-util", "macros", ] [features] backend-async-std = ["dep:async-std"] backend-blocking = ["dep:blocking"] backend-rayon = ["dep:rayon"] backend-smol = ["dep:smol"] backend-threadpool = ["dep:threadpool"] backend-tokio = ["dep:tokio"] default = ["backend-threadpool"]