# 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] name = "beamdpr" version = "1.0.7" authors = ["Henry Baxter "] 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" [dependencies.byteorder] version = "1" [dependencies.clap] version = "4" [dependencies.float-cmp] version = "0.9" [dependencies.rand] version = "0.8"