pbj 0.3.1

Command line utility for generating tdd projects from declarative configurations.
Documentation
# 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.3.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command line utility for generating tdd projects from declarative configurations."
homepage = "https://experimental.institute/pbj/"
readme = "docs/README.md"
keywords = [
    "tdd",
    "softwaredev",
    "programming",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license-file = "LICENSE"
repository = "https://github.com/electric-hand/pbj"

[lib]
name = "pbj"
path = "src/lib.rs"

[[bin]]
name = "pbj"
path = "src/main.rs"

[dependencies.clap]
version = "4.5.1"
features = ["derive"]

[dependencies.colog]
version = "1.3.0"

[dependencies.dirs]
version = "6.0.0"

[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"