# 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 = "fsearch" version = "0.0.1" authors = ["luxluth "] description = " A spotlight like search util for linux" homepage = "https://github.com/luxluth/fsearch" readme = "README.md" keywords = [ "fsearch", "spotlight", "gui", ] categories = ["tools"] license = "MIT" repository = "https://github.com/luxluth/fsearch" [dependencies.clap] version = "4.5.2" features = ["derive"] [dependencies.clap_complete] version = "4.5.1" [dependencies.copypasta] version = "0.10.1" features = ["wayland"] [dependencies.dbus] version = "0.9.7" [dependencies.exmex] version = "0.19.0" [dependencies.fsearch-core] version = "0.0.11" [dependencies.open] version = "5.0.0" [dependencies.relm4] version = "0.8.1" [dependencies.relm4-components] version = "0.8.1" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.114" [dependencies.smithay-clipboard] version = "0.7.1" [dependencies.time] version = "0.3.34" features = ["macros"] [dependencies.toml] version = "0.8.11"