cosmic-freedesktop-icons/Cargo.toml

34 lines
622 B
TOML
Raw Normal View History

2022-05-12 10:10:48 +02:00
[package]
2025-01-28 11:30:12 +01:00
name = "cosmic-freedesktop-icons"
2025-04-16 09:01:09 +02:00
version = "0.4.0"
edition = "2024"
2022-05-12 10:10:48 +02:00
2022-05-13 11:20:21 +02:00
license = "MIT"
description = "A Freedesktop Icons lookup crate"
2025-01-28 11:30:12 +01:00
repository = "https://github.com/pop-os/freedesktop-icons"
2022-05-13 11:20:21 +02:00
readme = "README.md"
keywords = ["icons", "gui", "freedesktop"]
2022-05-12 10:10:48 +02:00
[dependencies]
bstr = "1.12.1"
btoi = "0.5.0"
memchr = "2.7.6"
memmap2 = "0.9"
thiserror = "2.0"
tracing = { version = "0.1.41", no-default-features = true }
xdg = "3.0"
2022-05-12 10:10:48 +02:00
[dev-dependencies]
speculoos = "0.13.0"
linicon = "2.3.0"
gtk4 = "0.10"
criterion = "0.7"
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