asphere 0.3.3

Binary for simulating spherically symmetric critical phenomena
# 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 = "asphere"
version = "0.3.3"
authors = ["Sylvia Mesicek <sylvia.mesicek@gmail.com>"]
build = false
include = [
    "../../LICENSE-APACHE",
    "../../LICENSE-MIT",
    "**/*.rs",
    "Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Binary for simulating spherically symmetric critical phenomena"
homepage = "https://github.com/sylviamesicek/aeon"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/sylviamesicek/aeon"
resolver = "2"

[features]
default = ["progress"]
progress = []

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

[dependencies.aeon]
version = "0.3.3"
package = "aeon-tk"

[dependencies.aeon-app]
version = "0.3.3"

[dependencies.clap]
version = "4.5.4"

[dependencies.color-eyre]
version = "0.6.3"

[dependencies.console]
version = "0.15.11"

[dependencies.csv]
version = "1.3.1"

[dependencies.datasize]
version = "0.2.15"

[dependencies.env_logger]
version = "0.11"

[dependencies.eyre]
version = "0.6.12"

[dependencies.indicatif]
version = "0.17.11"

[dependencies.log]
version = "0.4"

[dependencies.rayon]
version = "1.10.0"

[dependencies.reborrow]
version = "0.5.5"

[dependencies.ringbuffer]
version = "0.15.0"

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