# 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 = "phase" version = "0.0.0" authors = ["Freddy Wordingham "] description = "Physics toolkit and simulations." documentation = "https://github.com/RadiantTechLTD/guides/simulations/phase/README.md" readme = "README.md" keywords = [ "physics", "monte-carlo", "ray-tracing", "simulation", ] categories = [ "science", "simulation", ] license-file = "LICENSE" repository = "https://github.com/RadiantTechLTD/guides" [dependencies.arctk] version = "2.0.*" [dependencies.nalgebra] version = "0.32.*" [dependencies.ndarray] version = "0.15.6" [dependencies.num_cpus] version = "1.15.0" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.7.0" [dependencies.serde] version = "1.0.*" features = ["derive"] [dependencies.serde_json] version = "1.0.*"