# 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" rust-version = "1.81" name = "current_dir" version = "0.1.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Thread Safe Current Working Directory" readme = "README.md" keywords = [ "async", "cwd", "filesystem", "test", "thread", ] categories = [ "concurrency", "development-tools::testing", "filesystem", ] license = "MIT" repository = "https://github.com/G-M0N3Y-2503/current_dir" [lib] name = "current_dir" path = "src/lib.rs" [[test]] name = "intergration" path = "tests/intergration.rs" [dev-dependencies.with_drop] version = "0.0.3" [features] full_expected_cwd = [] unstable = [] [lints.clippy] blanket_clippy_restriction_lints = "allow" implicit_return = "allow" pub_with_shorthand = "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"