# 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 = "fj-viewer" version = "0.49.0" description = "Early-stage b-rep CAD kernel." homepage = "https://www.fornjot.app/" readme = "README.md" keywords = [ "cad", "programmatic", "code-cad", ] categories = [ "encoding", "mathematics", "rendering", ] license = "0BSD" repository = "https://github.com/hannobraun/fornjot" [dependencies.bytemuck] version = "1.15.0" features = ["derive"] [dependencies.fj-interop] version = "0.49.0" [dependencies.fj-math] version = "0.49.0" [dependencies.image] version = "0.25" features = [ "png", "jpeg", ] default-features = false [dependencies.nalgebra] version = "0.32.4" [dependencies.raw-window-handle] version = "0.6.0" [dependencies.thiserror] version = "1.0.58" [dependencies.tobj] version = "4.0.1" [dependencies.tracing] version = "0.1.40" [dependencies.wgpu] version = "0.19.3" features = ["webgl"] [target."cfg(target_arch = \"wasm32\")".dependencies.getrandom] version = "0.2.12" features = ["js"] [lints.clippy] module_inception = "allow" [lints.rust] missing_docs = "warn"