# 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 = "deelevate" version = "0.2.0" authors = ["Wez Furlong"] description = "Drop privileges on Windows" documentation = "https://docs.rs/deelevate" readme = "../README.md" keywords = ["UAC", "elevate", "privileges"] license = "MIT" [lib] crate-type = ["lib", "staticlib"] [dependencies.lazy_static] version = "1.4" [dependencies.pathsearch] version = "0.2" [dependencies.rand] version = "0.8" [dependencies.shared_library] version = "0.1" [dependencies.termwiz] version = "0.15" [dependencies.winapi] version = "0.3" features = ["accctrl", "aclapi", "combaseapi", "consoleapi", "errhandlingapi", "fileapi", "handleapi", "ioapiset", "namedpipeapi", "objbase", "processenv", "processthreadsapi", "securitybaseapi", "shellapi", "synchapi", "userenv", "winbase", "wincontypes", "winerror", "winsafer", "winuser"]