# 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 = "2021" name = "neutrons" version = "0.0.2" authors = ["Freddy Wordingham "] description = "Neutron transport simulation." readme = "README.md" license-file = "LICENSE" [lib] name = "neutrons" crate-type = ["rlib"] [dependencies.arctk] version = "2.0.10" [dependencies.nalgebra] version = "0.32.2" [dependencies.ndarray] version = "0.15.6" [dependencies.ndarray-stats] version = "0.5.1" [dependencies.num_cpus] version = "1.15.0" [dependencies.palette] version = "0.6.1" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.7.0" [dependencies.serde] version = "1.0.158" features = ["derive"] [dependencies.serde_json] version = "1.0.94"