[package] name = "cargo-featurex" version = "0.1.14" edition = "2021" description = "cargo plugin to run tasks against feature powersets" license = "MIT" authors = ["Aleksander Heintz "] repository = "https://github.com/YoloDev/cargo-featurex" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bitarr = "0.2.0" cargo_metadata = "0.17.0" clap = { version = "4.3.21", features = ["derive"] } error-stack = "0.3.1" itertools = "0.11.0" lasso = { version = "0.7.2", features = ["ahasher"] } serde = { version = "1.0.183", features = ["derive"] } serde_json = { version = "1.0.104" } termcolor = "1.2.0" thiserror = "1.0.45"