nphysics2d 0.7.2

2-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]
name = "nphysics2d"
version = "0.7.2"
authors = ["Sébastien Crozet <developer@crozet.re>"]
description = "2-dimensional physics engine in Rust."
homepage = "http://nphysics.org"
documentation = "http://nphysics.org/doc/nphysics2d"
readme = "README.md"
keywords = ["physics", "dynamics", "rigid", "real-time", "joints"]
license = "BSD-3-Clause"
repository = "https://github.com/sebcrozet/nphysics"

[lib]
name = "nphysics2d"
path = "src/lib.rs"
[dependencies.num-traits]
version = "0.1"

[dependencies.nalgebra]
version = "0.13"

[dependencies.alga]
version = "0.5"

[dependencies.ncollide]
version = "0.13"

[dependencies.rustc-serialize]
version = "0.3"
[dev-dependencies.approx]
version = "0.1"

[features]
dim2 = []
default = ["dim2"]