[package]
edition = "2021"
name = "nufast"
version = "0.5.0"
authors = ["Baalateja Kataru <baalateja.k@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast and accurate three-flavor neutrino oscillation probabilities in vacuum and matter"
documentation = "https://docs.rs/nufast"
readme = "README.md"
keywords = [
"neutrino",
"oscillation",
"physics",
"particle-physics",
"msw",
]
categories = [
"science",
"simulation",
]
license = "MIT"
repository = "https://github.com/planckeon/nufast"
[features]
default = []
no_std = []
[lib]
name = "nufast"
path = "src/lib.rs"
[[bin]]
name = "nufast"
path = "src/main.rs"
[[bench]]
name = "example"
path = "benches/example.rs"
[[bench]]
name = "oscillation"
path = "benches/oscillation.rs"
harness = false
[dependencies]
[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]