diskit 0.1.5

Utilities for intercepting disk requests.
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 = "diskit"
version = "0.1.5"
authors = ["Matthias Kaak <zvavybir@zvavybir.eu>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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 = "AGPL-3.0-or-later"
repository = "https://codeberg.org/zvavybir/diskit"

[features]
trash = ["dep:trash"]

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

[dependencies.either]
version = "1.15.0"
default-features = false

[dependencies.trash]
version = "5.2.5"
optional = true

[dependencies.walkdir]
version = "2.5.0"