cosmic-freedesktop-icons/Cargo.toml

33 lines
569 B
TOML
Raw Normal View History

2022-05-12 10:10:48 +02:00
[package]
name = "freedesktop-icons"
2025-01-23 11:16:11 +01:00
version = "0.3.0"
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 = "5.0.1"
thiserror = "1.0.56"
once_cell = "1.19.0"
xdg = "2.5.2"
tracing = "0.1.41"
ini_core = "0.2.0"
2022-05-12 10:10:48 +02:00
[dev-dependencies]
speculoos = "0.11.0"
linicon = "2.3.0"
gtk4 = "0.9"
criterion = "0.5"
2025-01-23 11:09:45 +01:00
[features]
default = []
local_tests = []
[[bench]]
name = "simple_lookup"
2024-02-13 12:57:59 +01:00
harness = false