eulumdat-goniosim 0.7.0

CPU Monte Carlo photon tracer for virtual goniophotometry
Documentation
# 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 = "eulumdat-goniosim"
version = "0.7.0"
authors = ["Holger Trahe <trahe@mac.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CPU Monte Carlo photon tracer for virtual goniophotometry"
readme = "README.md"
keywords = [
    "lighting",
    "photometry",
    "monte-carlo",
    "raytracing",
    "goniophotometer",
]
categories = [
    "simulation",
    "science",
]
license = "AGPL-3.0-or-later"
repository = "https://github.com/holg/eulumdat-rs"

[features]
default = ["parallel"]
parallel = ["dep:rayon"]
serde = [
    "dep:serde",
    "eulumdat/serde",
]

[lib]
name = "eulumdat_goniosim"
path = "src/lib.rs"

[[bin]]
name = "goniosim"
path = "src/bin/goniosim.rs"

[[test]]
name = "cie_171"
path = "tests/cie_171.rs"

[[test]]
name = "roundtrip_suite"
path = "tests/roundtrip_suite.rs"

[[test]]
name = "validation"
path = "tests/validation.rs"

[[test]]
name = "vertaxis_debug"
path = "tests/vertaxis_debug.rs"

[dependencies.eulumdat]
version = "0.7.0"

[dependencies.nalgebra]
version = "0.33"

[dependencies.rand]
version = "0.9"

[dependencies.rand_xoshiro]
version = "0.7"

[dependencies.rayon]
version = "1.10"
optional = true

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dev-dependencies.approx]
version = "0.5"