rngo-cli 0.28.0

CLI for running rngo simulations
# 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 = "2024"
name = "rngo-cli"
version = "0.28.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for running rngo simulations"
homepage = "https://rngo.dev"
readme = false
keywords = [
    "simulation",
    "testing",
    "data",
    "cli",
]
categories = [
    "development-tools::testing",
    "command-line-utilities",
    "simulation",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rngodev/rngo-rs"

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

[dependencies.chrono]
version = "0.4"

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

[dependencies.dotenvy]
version = "0.15"

[dependencies.handlebars]
version = "6"

[dependencies.rngo-sim]
version = "0.28.0"

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.uuid]
version = "1"
features = ["v7"]

[dev-dependencies.tempfile]
version = "3"