tomoxide-gui 0.6.0

tomoxide desktop GUI (rsplot/egui)
# 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"
rust-version = "1.92"
name = "tomoxide-gui"
version = "0.6.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "tomoxide desktop GUI (rsplot/egui)"
readme = false
license = "BSD-3-Clause"
repository = "https://github.com/physwkim/tomoxide"

[features]
cuda = ["tomoxide/cuda"]
default = ["sift-center"]
sift-center = ["tomoxide/sift-center"]

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

[dependencies.anyhow]
version = "1"

[dependencies.eframe]
version = "0.34"
features = [
    "wgpu",
    "default_fonts",
    "wayland",
    "x11",
]
default-features = false

[dependencies.env_logger]
version = "0.11"

[dependencies.fs4]
version = "0.13"

[dependencies.log]
version = "0.4"

[dependencies.ndarray]
version = "0.16"

[dependencies.rfd]
version = "0.17"

[dependencies.rsplot]
version = "=0.5.0"

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

[dependencies.serde_json]
version = "1"

[dependencies.tiff]
version = "0.11"

[dependencies.toml]
version = "0.8"

[dependencies.tomoxide]
version = "0.6.0"
features = ["config"]