[package] name = "depon" version = "0.1.1" edition = "2021" authors = ["Philip Poloczek "] license = "MIT OR Apache-2.0" description = "Execute subsequent command only if given dependencies changed" readme = "README.md" homepage = "https://github.com/peetzweg/depon" repository = "https://github.com/peetzweg/depon" keywords = ["cli", "observe", "dependency"] categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.0.29", features = ["derive"] } rayon = "1.6.1" serde = { version = "1.0.151" } serde_yaml = "0.9.14"