# 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" rust-version = "1.70" name = "jolly" version = "0.3.0" exclude = ["docs/"] description = "a bookmark manager meets an application launcher, developed with iced" homepage = "https://github.com/apgoetz/jolly" documentation = "https://github.com/apgoetz/jolly" readme = "README.md" keywords = [ "launcher", "bookmarks", "iced", ] license = "MIT OR Apache-2.0" repository = "https://github.com/apgoetz/jolly" [dependencies.csscolorparser] version = "0.6.2" features = ["serde"] [dependencies.dark-light] version = "1.0.0" [dependencies.dirs] version = "5" [dependencies.env_logger] version = "0.10.0" [dependencies.iced] version = "0.10.0" features = [ "image", "advanced", ] [dependencies.lazy_static] version = "1" [dependencies.log] version = "0.4.19" [dependencies.once_cell] version = "1.18.0" [dependencies.opener] version = "0.6" [dependencies.pulldown-cmark] version = "0.9" [dependencies.resvg] version = "0.35.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.toml] version = "0.7.1" features = ["preserve_order"] [dependencies.url] version = "2" [dependencies.urlencoding] version = "2.1.0" [dependencies.which] version = "4.4.0" [dev-dependencies.tempfile] version = "3" [build-dependencies.chrono] version = "0.4.26" features = ["clock"] default-features = false [target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.freedesktop-icons] version = "0.2" [target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.xdg-mime] version = "0.3.3" [target."cfg(all(unix, not(target_os = \"macos\")))".build-dependencies.dirs] version = "5" [target."cfg(all(unix, not(target_os = \"macos\")))".build-dependencies.freedesktop-icons] version = "0.2" [target."cfg(target_os = \"macos\")".dependencies.core-foundation] version = "0.9" [target."cfg(target_os = \"macos\")".dependencies.core-graphics] version = "0.23" [target."cfg(target_os = \"macos\")".dependencies.objc] version = "0.2" [target."cfg(windows)".dependencies.windows] version = "0.48.0" features = [ "UI_ViewManagement", "Win32_UI_Shell", "Win32_UI_Shell_Common", "Win32_UI_WindowsAndMessaging", "Win32_Foundation", "Win32_Graphics_Gdi", "Win32_System_Com", "Win32_UI_Controls", "Win32_System_LibraryLoader", ] [target."cfg(windows)".build-dependencies.ico] version = "0.3.0" [target."cfg(windows)".build-dependencies.resvg] version = "0.35.0" [target."cfg(windows)".build-dependencies.winres] version = "0.1.12"