[package]
edition = "2021"
rust-version = "1.80"
name = "path-dedot"
version = "4.0.1"
authors = ["Magic Len <len@magiclen.org>"]
build = false
include = [
"src/**/*",
"Cargo.toml",
"README.md",
"LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for extending `Path` and `PathBuf` in order to parse the path which contains dots."
homepage = "https://magiclen.org/path-dedot"
readme = "README.md"
keywords = [
"path",
"dot",
"dedot",
"absolute",
"canonical",
]
categories = [
"parser-implementations",
"filesystem",
]
license = "MIT"
repository = "https://github.com/magiclen/path-dedot"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
"--cfg",
"docsrs",
]
[features]
fixed_workdir = []
[lib]
name = "path_dedot"
path = "src/lib.rs"
[dependencies]
[dev-dependencies.bencher]
version = "0.1.5"