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