[package]
edition = "2024"
name = "endf-mat"
version = "0.1.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ENDF MAT number lookup, element symbols, and natural isotopic abundances"
readme = false
keywords = [
"endf",
"nuclear",
"isotope",
"neutron",
"element",
]
categories = ["science"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ornlneutronimaging/NEREIDS"
resolver = "2"
[lib]
name = "endf_mat"
path = "src/lib.rs"