cfasim 0.3.7

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"
name = "cfasim"
version = "0.3.7"
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"

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

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

[dependencies.cliclack]
version = "0.3"

[dependencies.flate2]
version = "1"

[dependencies.include_dir]
version = "0.7"

[dependencies.tar]
version = "0.4"

[dependencies.ureq]
version = "3"