[package] name = "gnome-search-provider-steam" description = "Enables gnome-shell to find locally installed Steam games" license = "GPL-3.0-or-later" version = "1.0.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] env_logger = "0.10.0" fuzzy-matcher = "0.3.7" gdk-pixbuf = "0.17.0" lazy_static = "1.4.0" log = "0.4.17" search-provider = { version = "0.5.2", default-features = false, features = ["gdk-pixbuf", "tokio"] } steamlocate = "2.0.0-alpha.0" tokio = { version = "1.28.1", features = ["macros", "rt-multi-thread"] } zbus = { version = "3.13.1", default-features = false, features = ["tokio"] }