# 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 = "wgparry3d" version = "0.1.0" authors = ["Sébastien Crozet "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Cross-platform 3D GPU collision-detection and geometry." homepage = "https://wgmath.rs" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/dimforge/wgmath" [lib] name = "wgparry3d" path = "src/lib.rs" required-features = ["dim3"] [dependencies.bytemuck] version = "1" features = ["derive"] [dependencies.encase] version = "0.10.0" features = ["nalgebra"] [dependencies.naga_oil] version = "0.15" [dependencies.nalgebra] version = "0.33.1" features = ["convert-bytemuck"] [dependencies.wgcore] version = "0.1" [dependencies.wgebra] version = "0.1" [dependencies.wgpu] version = "22.1" features = ["naga-ir"] [dev-dependencies.approx] version = "0.5" [dev-dependencies.futures-test] version = "0.3" [dev-dependencies.nalgebra] version = "0.33" features = ["rand"] [dev-dependencies.parry3d] version = "0.17" [dev-dependencies.serial_test] version = "3" [features] default = ["dim3"] dim3 = [] [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ['cfg(feature, values("dim2"))']