# 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" name = "executable_path_finder" version = "0.0.5" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A utility library for finding executable paths" homepage = "https://github.com/washanhanzi/executable_path_finder" readme = "README.md" keywords = [ "executable", "path", "finder", "filesystem", "utility", ] license = "MIT" repository = "https://github.com/washanhanzi/executable_path_finder" [lib] name = "executable_path_finder" path = "src/lib.rs" [dependencies.camino] version = "1.1" [dev-dependencies.tempfile] version = "3.14" [target."cfg(windows)".dependencies.windows-sys] version = "0.59" features = [ "Win32_System_Com", "Win32_Foundation", "Win32_UI_Shell", ]