[package]
edition = "2018"
rust-version = "1.79.0"
name = "path_facts"
version = "0.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "You've subscribed to PATH FACTS: Tidy filesystem information to help debug unexpected errors."
documentation = "https://docs.rs/path_facts"
readme = "README.md"
license = "MIT/Apache-2.0"
repository = "https://github.com/schneems/path_facts"
[lib]
name = "path_facts"
path = "src/lib.rs"
[dependencies.faccess]
version = "0.2.4"
[dev-dependencies.indoc]
version = "2.0.7"
[dev-dependencies.insta]
version = "1.45.1"
features = ["yaml"]
[dev-dependencies.tempfile]
version = "3.24.0"
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(coverage_nightly)"]
[profile.dev.package.insta]
opt-level = 3
[profile.dev.package.similar]
opt-level = 3