openbnct-view 0.1.1

Patient-aligned tri-planar view geometry for OpenBNCT
Documentation
# 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.95"
name = "openbnct-view"
version = "0.1.1"
authors = ["Avila Labs"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Patient-aligned tri-planar view geometry for OpenBNCT"
readme = "README.md"
keywords = [
    "bnct",
    "dosimetry",
    "monte-carlo",
    "radiation-transport",
]
categories = ["science"]
license = "Apache-2.0"
repository = "https://github.com/AvilaLabs/OpenBNCT"

[lib]
name = "openbnct_view"
path = "src/lib.rs"

[dependencies.openbnct-core]
version = "0.1.1"

[dependencies.thiserror]
version = "2"