# 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" version = "0.4.2" authors = [ "Ethan Lerner ", "Caleb Cushing ", ] description = "Brix is a CLI tool written in Rust for scaffolding and code generation." homepage = "https://github.com/xenoterracide/brix" documentation = "https://docs.rs/brix" readme = "README.md" keywords = [ "cli", "codegen", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/xenoterracide/brix" [[bin]] name = "brix" path = "crates/brix_core/main.rs" bench = false [dependencies.brix_cli] version = "0.4" [dependencies.brix_commands] version = "0.1.3" [dependencies.brix_common] version = "0.1.3" [dependencies.brix_config_loader] version = "0.1.3" [dependencies.brix_errors] version = "0.2" [dependencies.brix_processor] version = "0.1.3" [dependencies.colored] version = "2.0.0" [dependencies.home] version = "0.5.3" [dependencies.log] version = "0.4.14" [dependencies.simple_logger] version = "4" [build-dependencies.clap] version = "4"