# 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 = "arctk" version = "2.0.10" authors = ["Freddy Wordingham "] description = "Numerical simulations of physical systems" documentation = "https://freddywordingham.github.io/arctk" readme = "README.md" keywords = [ "physics", "mcrt", "ray-tracing", "numerical", "simulation", ] categories = [ "science", "simulation", ] license = "MIT OR Apache-2.0" repository = "https://github.com/FreddyWordingham/arctk" [dependencies.atty] version = "0.2.*" [dependencies.hex] version = "0.4.*" [dependencies.indicatif] version = "0.17.*" [dependencies.itertools] version = "0.10.*" [dependencies.json5] version = "0.4.*" [dependencies.nalgebra] version = "0.32.*" features = ["serde-serialize"] [dependencies.ndarray] version = "0.15.*" features = ["rayon"] [dependencies.ndarray-stats] version = "0.5.*" [dependencies.palette] version = "0.6.*" [dependencies.png] version = "0.17.*" [dependencies.rand] version = "0.8.*" [dependencies.rayon] version = "1.7.*" [dependencies.serde] version = "1.0.*" features = ["derive"] [dependencies.serde_json] version = "1.0.*" [dependencies.slice-of-array] version = "0.3.*" [features]