cosmic-freedesktop-icons/Cargo.toml

28 lines
529 B
TOML
Raw Normal View History

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"
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"
anyhow = "1.0.57"
linicon = "2.3.0"
gtk4 = "0.4.7"
criterion = "0.3.5"
[[bench]]
name = "simple_lookup"
harness = false