2022-05-12 10:10:48 +02:00
|
|
|
[package]
|
|
|
|
|
name = "freedesktop-icons"
|
2022-12-18 17:54:54 +01:00
|
|
|
version = "0.2.2"
|
2022-05-12 10:10:48 +02:00
|
|
|
edition = "2021"
|
|
|
|
|
|
2022-05-13 11:20:21 +02:00
|
|
|
license = "MIT"
|
|
|
|
|
description = "A Freedesktop Icons lookup crate"
|
|
|
|
|
repository = "https://github.com/oknozor/freedestkop-icons"
|
|
|
|
|
readme = "README.md"
|
|
|
|
|
keywords = ["icons", "gui", "freedesktop"]
|
2022-05-12 10:10:48 +02:00
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
dirs = "4.0.0"
|
|
|
|
|
rust-ini = "0.18.0"
|
|
|
|
|
thiserror = "1.0.31"
|
2022-05-12 14:41:08 +02:00
|
|
|
once_cell = "1.10.0"
|
2022-11-22 15:54:14 -05:00
|
|
|
xdg = "2.4.1"
|
2022-05-12 10:10:48 +02:00
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
|
speculoos = "0.9.0"
|
2022-05-12 14:41:08 +02:00
|
|
|
anyhow = "1.0.57"
|
2022-05-12 15:34:02 +02:00
|
|
|
linicon = "2.3.0"
|
2022-05-12 23:12:06 +02:00
|
|
|
gtk4 = "0.4.7"
|
2022-05-13 10:11:02 +02:00
|
|
|
criterion = "0.3.5"
|
2022-05-12 15:34:02 +02:00
|
|
|
|
|
|
|
|
[[bench]]
|
|
|
|
|
name = "simple_lookup"
|
|
|
|
|
harness = false
|