# 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_commands" version = "0.1.3" authors = [ "Ethan Lerner ", "Caleb Cushing ", ] description = "Brix's command crate for storing all supported commands." homepage = "https://github.com/xenoterracide/brix" license = "MIT" [dependencies.brix_cli] version = "0.4" [dependencies.brix_common] version = "0.1.3" [dependencies.brix_errors] version = "0.2" [dependencies.brix_processor] version = "0.1.3" [dependencies.colored] version = "2" [dependencies.dialoguer] version = "^0" [dependencies.execute] version = "0.2.9" [dependencies.fancy-regex] version = "0.7" [dependencies.fs_extra] version = "^1" [dependencies.log] version = "^0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.validator] version = "0.14" features = ["derive"] [dev-dependencies.maplit] version = "1.0.2" [dev-dependencies.pretty_assertions] version = "^0" [dev-dependencies.spectral] version = "^0"