[package] name = "neos-build" version = "1.1.2" edition = "2021" authors = ["Annie Ehler "] description = "A CLI tool for building the NEOS software stack." license = "GPL-3.0" repository = "https://github.com/IPAC-SW/neos-build" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.5.4", features = ["derive"] } clap-verbosity-flag = "2.2.0" clap_complete = "4.5.1" clap_mangen = "0.2.20" color-print = "0.3.5" concolor-clap = "0.1.0" env_logger = "0.11.3" log = "0.4.21" os_info = "3.8.2" spinners = "4.1.1"