# 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 = "2021" name = "pbj" version = "0.2.7" description = "Command line utility for generating tdd projects from declarative configurations." homepage = "http://pbj.rodeo" readme = "docs/README.md" keywords = [ "tdd", "softwaredev", "programming", ] categories = [ "command-line-utilities", "development-tools", ] license-file = "LICENSE" repository = "https://github.com/electric-hand/pbj" [dependencies.clap] version = "4.5.1" features = ["derive"] [dependencies.colog] version = "1.3.0" [dependencies.dirs] version = "5.0.1" [dependencies.log] version = "0.4.21" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.toml] version = "0.8.10" [dev-dependencies.tempfile] version = "3.13.0"