# 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 = "diskit" version = "0.1.4" authors = ["Matthias Kaak "] description = "Utilities for intercepting disk requests." homepage = "https://zvavybir.codeberg.page/diskit/" documentation = "https://docs.rs/diskit" readme = "README.md" keywords = [ "api", "testing", "file", "log", "filesystem", ] categories = ["filesystem"] license = "GPL-3.0-or-later" repository = "https://codeberg.org/zvavybir/diskit" [dependencies.either] version = "1.9.0" default_features = false [dependencies.trash] version = "3.1.2" optional = true [dependencies.walkdir] version = "2.4.0" [features] trash = ["dep:trash"]