tomoxide-cli 0.5.1

tomoxide command-line interface
# 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.82"
name = "tomoxide-cli"
version = "0.5.1"
authors = ["tomoxide contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "tomoxide command-line interface"
readme = false
license = "BSD-3-Clause"
repository = "https://github.com/physwkim/tomoxide"

[features]
cuda = ["tomoxide/cuda"]
default = []
gpu-wgpu = ["tomoxide/gpu-wgpu"]

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

[dependencies.anyhow]
version = "1"

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

[dependencies.env_logger]
version = "0.11"

[dependencies.log]
version = "0.4"

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

[dependencies.toml]
version = "0.8"

[dependencies.tomoxide]
version = "0.5.1"