# 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 = "forgedthoughts" version = "0.1.5" description = "A 3D modeling and rendering programming language utilizing SDFs." readme = "README.md" keywords = [ "modeling", "rendering", "programming", "language", "3d", ] license = "MIT" repository = "https://github.com/markusmoenig/ForgedThoughts.git" resolver = "1" [dependencies.colors-transform] version = "0.2.11" [dependencies.rayon] version = "1.5.3" [dependencies.rhai] version = "1.12.0" features = [ "sync", "internals", ] default-features = true [dependencies.rhai-rand] version = "0.1.5" [dependencies.rust-pathtracer] version = "0.2.3" [dependencies.uuid] version = "1.1.2" features = [ "v4", "fast-rng", "macro-diagnostics", ]