# 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 = "2018" name = "process_path" version = "0.1.4" authors = [ "Wesley Wiser <wwiser@gmail.com>", "Moritz Moeller <virtualritz@gmail.com>", ] description = "Gets the path of the currently executing process or dynamic library." documentation = "https://docs.rs/process_path" readme = "README.md" keywords = [ "current", "process", "executable", "dylib", "dll", ] license = "MIT/Apache-2.0" repository = "https://github.com/wesleywiser/process_path" [target."cfg(any(target_os=\"linux\", target_os=\"freebsd\", target_os=\"dragonfly\", target_os=\"netbsd\", target_os=\"macos\"))".dependencies.libc] version = "0.2.81" [target."cfg(windows)".dependencies.winapi] version = "0.3.9" features = [ "errhandlingapi", "libloaderapi", "minwindef", "winerror", ]