current_dir 0.1.1

Thread Safe Current Working Directory
Documentation
[dev-dependencies.with_drop]
version = "0.0.3"

[features]
full_expected_cwd = []
unstable = []

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

[lints.clippy]
blanket_clippy_restriction_lints = "allow"
implicit_return = "allow"
semicolon_outside_block = "allow"
separated_literal_suffix = "allow"

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.clippy.restriction]
level = "warn"
priority = -1

[lints.rust]
missing_docs = "warn"

[lints.rustdoc]
all = "warn"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["concurrency", "development-tools::testing", "filesystem"]
description = "Thread Safe Current Working Directory"
edition = "2021"
keywords = ["async", "cwd", "filesystem", "test", "thread"]
license = "MIT"
name = "current_dir"
readme = "README.md"
repository = "https://github.com/G-M0N3Y-2503/current_dir"
rust-version = "1.81"
version = "0.1.1"

[[test]]
name = "intergration"
path = "tests/intergration.rs"