# 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 = "maray" version = "0.3.2" build = false exclude = [ "data/*", "images/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "JIT Ray Tracing using basic math" homepage = "https://github.com/advancedresearch/maray" readme = "README.md" keywords = [ "advancedresearch", "jit", "ray", "tracing", "math", ] license = "MIT OR Apache-2.0" repository = "https://github.com/advancedresearch/maray.git" [lib] name = "maray" path = "src/lib.rs" [[example]] name = "chess" path = "examples/chess.rs" [[example]] name = "maray" path = "examples/maray.rs" [[example]] name = "test" path = "examples/test.rs" [[example]] name = "test3" path = "examples/test3.rs" [[example]] name = "test5" path = "examples/test5.rs" [[example]] name = "test6" path = "examples/test6.rs" [[example]] name = "test7" path = "examples/test7.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.bincode] version = "1.3.3" [dependencies.current] version = "0.1.2" optional = true [dependencies.fnv] version = "1.0.7" [dependencies.image] version = "0.25.1" optional = true [dependencies.rayon] version = "1.10.0" optional = true [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.wasmer] version = "4.3.2" optional = true [dev-dependencies.clap] version = "4.5.7" [features] default = ["render"] render = [ "image", "rayon", "wasmer", "current", ]