elbey-cache 0.8.3

Cache library for the Elbey app launcher
Documentation
# 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 = "elbey-cache"
version = "0.8.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cache library for the Elbey app launcher"
readme = false
license-file = "LICENSE"
repository = "https://github.com/kgilmer/elbey"

[lib]
name = "elbey_cache"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.bincode]
version = "1.3"

[dependencies.dirs]
version = "6"

[dependencies.freedesktop-desktop-entry]
version = "0.8"

[dependencies.freedesktop-icons]
version = "0.3.1"

[dependencies.iced]
version = "0.14"
features = [
    "image",
    "svg",
]

[dependencies.image]
version = "0.25"

[dependencies.serde]
version = "1.0"
features = ["serde_derive"]

[dependencies.sled]
version = "0.34"