[package] name = "galton" description = "Let your downloads fall into the right place" version = "0.1.1" edition = "2024" rust-version = "1.85.0" [dependencies] home = "0.5.11" xattr = "1.6.1" serde = { version = "1.0.228", features = ["derive"] } toml = "1.1.2" regex = "1.12.3" thiserror = "2.0.18" clap = { version = "4.6.0", features = ["derive"] } main_error = "0.1.2" tracing = "0.1.44" tracing-subscriber = "0.3.23" notify-debouncer-full = "0.7.0" ctrlc = "3.5.2" sha2 = "0.11.0" hex = "0.4.3" xee-xpath = "0.1.5" xee-interpreter = "0.2.0" notify-rust = { version = "4.13.0", default-features = false, features = ["z-with-tokio"] } tokio = "1.51.0" ashpd = { version = "0.13.9", features = ["open_uri"] } futures-util = "0.3.32" [dev-dependencies] maplit = "1.0.2"