cfasim 0.6.0

CLI for scaffolding interactive simulations using Python, Rust, and WebAssembly
# 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"
rust-version = "1.80"
name = "cfasim"
version = "0.6.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for scaffolding interactive simulations using Python, Rust, and WebAssembly"
readme = false
license = "Apache-2.0"
repository = "https://github.com/CDCgov/cfa-simulator"

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

[dependencies.anyhow]
version = "1"

[dependencies.axoupdater]
version = "0.10.0"
features = ["blocking"]

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

[dependencies.cliclack]
version = "0.3"

[dependencies.flate2]
version = "1"

[dependencies.home]
version = "0.5"

[dependencies.include_dir]
version = "0.7"

[dependencies.is_ci]
version = "1"

[dependencies.minijinja]
version = "2"

[dependencies.semver]
version = "1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.tar]
version = "0.4"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "time",
    "net",
]

[dependencies.toml_edit]
version = "0.22"

[dependencies.ureq]
version = "3"

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