# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "brix_cli" version = "0.4.1" authors = [ "Ethan Lerner ", "Caleb Cushing ", ] description = "Brix's CLI clap interface." homepage = "https://github.com/xenoterracide/brix" license = "MIT" [dependencies.brix_errors] version = "0.2" [dependencies.clap] version = "2.33.3" features = [ "suggestions", "color", ] default-features = false [dependencies.colored] version = "2.0.0" [dependencies.dialoguer] version = "0.10" [dependencies.log] version = "0.4.14"