nphysics3d 0.11.1

3-dimensional physics engine in Rust.
Documentation
# 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 = "nphysics3d"
version = "0.11.1"
authors = ["Sébastien Crozet <developer@crozet.re>"]
description = "3-dimensional physics engine in Rust."
homepage = "http://nphysics.org"
documentation = "http://nphysics.org/rustdoc/nphysics3d/index.html"
readme = "README.md"
keywords = ["physics", "dynamics", "rigid", "real-time", "joints"]
license = "BSD-3-Clause"
repository = "https://github.com/rustsim/nphysics"

[lib]
name = "nphysics3d"
path = "src/lib.rs"
required-features = ["dim3"]
[dependencies.alga]
version = "0.9"

[dependencies.approx]
version = "0.3"

[dependencies.bitflags]
version = "1.0"

[dependencies.downcast-rs]
version = "1.0"

[dependencies.either]
version = "1.0"

[dependencies.nalgebra]
version = "0.18"
features = ["sparse"]

[dependencies.ncollide3d]
version = "0.19"

[dependencies.num-traits]
version = "0.2"

[dependencies.slab]
version = "0.4"

[features]
default = ["dim3", "stdweb"]
dim3 = []
use-wasm-bindgen = ["dim3", "wasm-bindgen"]
[target.asmjs-unknown-emscripten.dependencies.stdweb]
version = "0.4"
optional = true

[target.asmjs-unknown-emscripten.dependencies.wasm-bindgen]
version = "0.2.21"
optional = true
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.time]
version = "0.1"
[target.wasm32-unknown-emscripten.dependencies.stdweb]
version = "0.4"
optional = true

[target.wasm32-unknown-emscripten.dependencies.wasm-bindgen]
version = "0.2.21"
optional = true
[target.wasm32-unknown-unknown.dependencies.stdweb]
version = "0.4"
optional = true

[target.wasm32-unknown-unknown.dependencies.wasm-bindgen]
version = "0.2.21"
optional = true