# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "nphysics_testbed3d" version = "0.10.0" authors = ["Sébastien Crozet "] description = "Testbed for the 3-dimensional physics engine in Rust." homepage = "http://nphysics.org" keywords = ["physics", "dynamics", "rigid", "real-time", "joints"] license = "BSD-3-Clause" repository = "https://github.com/rustsim/nphysics" [lib] name = "nphysics_testbed3d" path = "src_testbed/lib.rs" required-features = ["dim3"] [dependencies.bitflags] version = "1" [dependencies.instant] version = "0.1" features = ["stdweb", "now"] [dependencies.kiss3d] version = "0.24" features = ["conrod"] [dependencies.log] version = "0.4" optional = true [dependencies.nalgebra] version = "0.21" [dependencies.ncollide3d] version = "0.23" [dependencies.nphysics3d] version = "0.16" [dependencies.num-traits] version = "0.2" [dependencies.rand] version = "0.7" [dependencies.salva3d] version = "0.4" features = ["nphysics"] optional = true [dependencies.simba] version = "0.1" [features] default = ["dim3"] dim3 = [] fluids = ["salva3d"] parallel = ["salva3d/parallel"]