# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "mcrt" version = "0.3.0" authors = ["Freddy Wordingham "] exclude = ["docs/"] description = "Monte-Carlo Radiative Transfer (MCRT) tool." documentation = "https://freddywordingham.github.io/mcrt" readme = "README.md" keywords = ["physics", "mcrt", "rt"] categories = ["science", "simulation"] license = "MIT OR Apache-2.0" repository = "https://github.com/FreddyWordingham/mcrt" [package.metadata.docs.rs] default-target = "x86_64-apple-darwin" no-default-features = true targets = ["x86_64-unknown-linux-gnu"] [profile.bench] opt-level = 3 lto = "fat" codegen-units = 1 debug = false debug-assertions = false rpath = false overflow-checks = false incremental = false [profile.dev] opt-level = 0 lto = false codegen-units = 16 debug = true debug-assertions = true rpath = false panic = "unwind" overflow-checks = true incremental = true [profile.release] opt-level = 3 lto = false codegen-units = 16 debug = true debug-assertions = true rpath = false panic = "unwind" overflow-checks = true incremental = false [profile.test] opt-level = 0 lto = false codegen-units = 16 debug = 2 debug-assertions = true rpath = false overflow-checks = true incremental = true [dependencies.arctk] version = "0.12.0" features = ["terminal_size", "netcdf"] [dependencies.arctk-attr] version = "0.2.*" [dependencies.arctk-proc] version = "0.2.*" [dependencies.ndarray] version = "0.13.*" [dependencies.num_cpus] version = "1.13.*" [dependencies.physical_constants] version = "0.3.*" [dependencies.rand] version = "0.7.*" [dependencies.rayon] version = "1.5.*" [dependencies.serde] version = "1.0.*" features = ["derive"]