# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "system-extensions" version = "0.0.4" authors = ["Ryandw11 "] exclude = ["test.txt"] description = "A robust set of extensions for operating system operations." readme = "README.md" keywords = ["processes", "metadata", "os", "dialogues", "openfile"] license = "MIT" repository = "https://github.com/ryandw11/system-extensions" [package.metadata.docs.rs] all-features = true [dependencies.bitflags] version = "1.2.1" [features] dialogues = [] metadata = [] notifications = [] processes = [] [target."cfg(target_os = \"linux\")".dependencies.gtk] version = "0.9.2" [target."cfg(target_os = \"macos\")".dependencies.cocoa] version = "0.24.0" [target."cfg(target_os = \"macos\")".dependencies.objc] version = "0.2.7" [target."cfg(unix)".dependencies.chrono] version = "0.4" [target."cfg(windows)".dependencies.winapi] version = "0.3" features = ["winuser", "commdlg", "fileapi", "tlhelp32", "errhandlingapi", "processthreadsapi", "winerror", "minwindef", "minwinbase", "synchapi", "handleapi", "sysinfoapi", "timezoneapi", "winnt", "impl-default"] [target."cfg(windows)".dependencies.windows] version = "0.8.0" [target."cfg(windows)".build-dependencies.windows] version = "0.8.0"