2024-01-07 09:07:22 +04:00
|
|
|
[package]
|
|
|
|
|
name = "niri-config"
|
|
|
|
|
version.workspace = true
|
|
|
|
|
description.workspace = true
|
|
|
|
|
authors.workspace = true
|
|
|
|
|
license.workspace = true
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
repository.workspace = true
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
bitflags.workspace = true
|
2026-03-07 11:36:28 +03:00
|
|
|
# 0.8.2 is incompatible with our MSRV 1.85.0
|
|
|
|
|
csscolorparser = "=0.8.1"
|
2024-01-07 09:07:22 +04:00
|
|
|
knuffel = "3.2.0"
|
2025-02-16 19:30:33 +03:00
|
|
|
miette = { version = "5.10.0", features = ["fancy-no-backtrace"] }
|
2025-11-29 09:30:43 +03:00
|
|
|
niri-ipc = { version = "25.11.0", path = "../niri-ipc" }
|
2026-03-07 07:37:55 +03:00
|
|
|
regex = "1.12.3"
|
2024-02-10 07:51:53 +04:00
|
|
|
smithay = { workspace = true, features = ["backend_libinput"] }
|
2024-01-07 09:07:22 +04:00
|
|
|
tracing.workspace = true
|
2024-01-16 12:53:01 +04:00
|
|
|
tracy-client.workspace = true
|
2024-06-11 09:10:46 +03:00
|
|
|
|
|
|
|
|
[dev-dependencies]
|
2024-12-20 08:49:18 +03:00
|
|
|
insta.workspace = true
|
2024-09-30 15:27:36 +03:00
|
|
|
pretty_assertions = "1.4.1"
|
2025-09-18 19:22:53 +03:00
|
|
|
diff = "0.1.13"
|