path-extra 0.1.3

Extra methods on `Path` for ergonomic and chainable `fs` operations.
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 = "2024"
rust-version = "1.91"
name = "path-extra"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Extra methods on `Path` for ergonomic and chainable `fs` operations."
readme = "README.md"
keywords = [
    "ext",
    "file",
    "fs",
    "path",
    "tokio",
]
categories = [
    "asynchronous",
    "filesystem",
    "rust-patterns",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/shian15810/path-extra"

[package.metadata.docs.rs]
all-features = true

[features]
tokio = [
    "dep:tokio",
    "dep:trait-variant",
]

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

[dependencies.tokio]
version = "1.52.3"
features = [
    "fs",
    "io-util",
    "rt",
]
optional = true

[dependencies.trait-variant]
version = "0.1.2"
optional = true

[target."cfg(unix)".dependencies.pathdiff]
version = "0.2.3"