# 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 = "showfile" version = "0.1.1" description = "Show files in the local file manager" homepage = "https://github.com/jf2048/showfile" documentation = "https://docs.rs/showfile" readme = "README.md" keywords = [ "show-file", "filemanager", "file-manager", "explorer", "finder", ] license = "MIT" repository = "https://github.com/jf2048/showfile.git" resolver = "2" [features] default = ["rustbus"] gio = [ "dep:glib-sys", "dep:gobject-sys", "dep:gio-sys", ] rustbus = [ "dep:rustbus", "dep:urlencoding", ] zbus = [ "dep:zbus", "dep:urlencoding", ] [target."cfg(all(not(target_os = \"macos\"), not(windows)))".dependencies.gio-sys] version = "0.18" optional = true [target."cfg(all(not(target_os = \"macos\"), not(windows)))".dependencies.glib-sys] version = "0.18" optional = true [target."cfg(all(not(target_os = \"macos\"), not(windows)))".dependencies.gobject-sys] version = "0.18" optional = true [target."cfg(all(not(target_os = \"macos\"), not(windows)))".dependencies.rustbus] version = "0.19" optional = true [target."cfg(all(not(target_os = \"macos\"), not(windows)))".dependencies.urlencoding] version = "2.1.3" optional = true [target."cfg(all(not(target_os = \"macos\"), not(windows)))".dependencies.zbus] version = "3" optional = true [target."cfg(target_os = \"macos\")".dependencies.objc] version = "0.2" [target."cfg(windows)".dependencies.windows] version = "0.52.0" features = [ "Win32_System_Com", "Win32_UI_Shell_Common", ]