[package]
edition = "2024"
rust-version = "1.95"
name = "openbnct-core"
version = "0.1.1"
authors = ["Avila Labs"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Backend-neutral BNCT geometry and physical-dose contracts"
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_core"
path = "src/lib.rs"
[[test]]
name = "interchange_conformance"
path = "tests/interchange_conformance.rs"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.thiserror]
version = "2"
[dev-dependencies.serde_json]
version = "1"
features = ["float_roundtrip"]
[dev-dependencies.sha2]
version = "0.10"