# 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 = "2018" name = "sparkl3d-kernels" version = "0.4.0" authors = ["Sébastien Crozet "] description = "3-dimensional physics engine in Rust." homepage = "http://sparkl.rs" documentation = "http://docs.rs/sparkl3d" readme = "README.md" keywords = [ "physics", "dynamics", "rigid", "real-time", "joints", ] categories = [ "science", "game-development", "mathematics", "simulation", "wasm", ] license = "Apache-2.0" repository = "https://github.com/dimforge/sparkl" [lib] crate-type = [ "cdylib", "rlib", ] path = "src_kernels/lib.rs" required-features = [ "dim3", "f32", ] [dependencies.bytemuck] version = "1" features = ["derive"] [dependencies.cuda_std] version = "0.2" [dependencies.cust_core] version = "0.1" [dependencies.nalgebra] version = "0.32" features = [ "bytemuck", "cuda", ] default-features = false [dependencies.parry3d] version = "0.13" features = [ "required-features", "cuda", ] default-features = false [dependencies.sparkl3d-core] version = "0.4" features = ["cuda"] [features] default = [ "dim3", "f32", ] dim3 = [] f32 = [] [target."cfg(not(target_os = \"cuda\"))".dependencies.cust] version = "0.3" [badges.maintenance] status = "actively-developed"