solstrale 0.2.0

A Path tracing library
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 = "2024"
name = "solstrale"
version = "0.2.0"
build = false
exclude = ["resources/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Path tracing library"
readme = "README.md"
keywords = [
    "Pathtracing",
    "Graphics",
]
license = "Apache-2.0"
repository = "https://github.com/DanielPettersson/solstrale-rust"

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

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

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

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

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

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

[[bench]]
name = "solstrale_benchmark"
path = "benches/solstrale_benchmark.rs"
harness = false

[dependencies.bytemuck]
version = "1.24.0"

[dependencies.derive_more]
version = "2.1.1"
features = [
    "constructor",
    "display",
]

[dependencies.enum_dispatch]
version = "0.3.13"

[dependencies.image]
version = "0.25.9"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.pollster]
version = "0.4.0"

[dependencies.rayon]
version = "1.11.0"

[dependencies.simple-error]
version = "0.3.2"

[dependencies.tobj]
version = "4.0.3"

[dependencies.wgpu]
version = "27.0.1"

[dev-dependencies.criterion]
version = "0.8.1"

[dev-dependencies.image-compare]
version = "0.5.0"

[profile.release]
lto = true
codegen-units = 1
debug = 1