[package] name = "ngrex" version = "0.1.1" authors = ["manishsingh10895 "] edition = "2018" description = "simple rust cli to scaffold ngrx feature" readme="README.md" repository="https://github.com/manishsingh10895/ngrex" license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] structopt = "0.3.17" colored = "2.0.0" failure = "0.1.8" exitfailure = "0.5.1" assert_cmd = "1.0.1" predicates = "1.0.5" Inflector = "0.11.4"