beamdpr 1.1.0

Combine and transform egsphsp (EGS phase space) files for use with BEAMnrc
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.85"
name = "beamdpr"
version = "1.1.0"
authors = ["Henry Baxter <henry.baxter@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Combine and transform egsphsp (EGS phase space) files for use with BEAMnrc"
homepage = "https://github.com/henrybaxter/beamdpr"
documentation = "https://github.com/henrybaxter/beamdpr"
readme = "README.md"
keywords = [
    "egsphsp",
    "egsphsp1",
    "beamdp",
    "beamnrc",
    "egsnrc",
]
license = "MIT"
repository = "https://github.com/henrybaxter/beamdpr"

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

[[bin]]
name = "beamdpr"
path = "src/bin.rs"

[[test]]
name = "egsphsp"
path = "tests/egsphsp.rs"

[dependencies.byteorder]
version = "1"

[dependencies.clap]
version = "4"

[dependencies.float-cmp]
version = "0.10"

[dependencies.rand]
version = "0.10"