# 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 = "lap" version = "0.1.0" authors = ["Stephane Raux "] description = "Application launcher for Linux" homepage = "https://github.com/stephaneyfx/lap" readme = "README.md" keywords = [ "application", "launcher", ] license = "0BSD" repository = "https://github.com/stephaneyfx/lap.git" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.dirs] version = "5.0.1" [dependencies.freedesktop-desktop-entry] version = "0.5.2" [dependencies.freedesktop-icons] version = "0.2.6" [dependencies.futures] version = "0.3.30" [dependencies.iced] version = "0.12.1" features = [ "advanced", "image", "tokio", ] [dependencies.image] version = "0.25.1" [dependencies.notify-rust] version = "4.11.0" [dependencies.resvg] version = "0.41.0" [dependencies.serde] version = "1.0.200" features = ["derive"] [dependencies.strsim] version = "0.11.1" [dependencies.thiserror] version = "1.0.59" [dependencies.tokio] version = "1.37.0" features = [ "rt-multi-thread", "sync", ] [dependencies.tokio-stream] version = "0.1.15" [dependencies.toml] version = "0.8.12" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [dependencies.walkdir] version = "2.5.0"