# 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 = "del-candle" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "differential geometry/rendering for huggingface::candle" readme = "README.md" license = "MIT" [lib] name = "del_candle" path = "src/lib.rs" [[example]] name = "3dgs" path = "examples/3dgs.rs" [[example]] name = "cubic_stylization" path = "examples/cubic_stylization.rs" [[example]] name = "optimize_depth_for_trimesh3" path = "examples/optimize_depth_for_trimesh3.rs" [[example]] name = "test_gpu" path = "examples/test_gpu.rs" [[example]] name = "voronoi" path = "examples/voronoi.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.arrayref] version = "0.3.8" [dependencies.candle-core] version = "0.6.0" [dependencies.candle-nn] version = "0.6.0" [dependencies.del-canvas-core] version = "0.1.1" [dependencies.del-fem-core] version = "0.1.3" [dependencies.del-geo-core] version = "0.1.29" [dependencies.del-geo-nalgebra] version = "0.1.29" [dependencies.del-ls] version = "0.1.5" [dependencies.del-msh-core] version = "0.1.34" [dependencies.image] version = "0.25.1" [dependencies.nalgebra] version = "0.33.0" [dependencies.png] version = "0.17.13" [dependencies.rand] version = "0.8.5" [dependencies.rand_chacha] version = "0.3.1" [dependencies.rayon] version = "1.10.0"