wrapped2d 0.3.4

Rust binding for Box2D
# 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 = "wrapped2d"
version = "0.3.4"
authors = ["Thomas Koehler <basta.t.k+git@gmail.com>"]
build = "build_frontend.rs"
description = "Rust binding for Box2D"
documentation = "https://bastacyclop.github.io/rust_box2d/wrapped2d/"
readme = "README.md"
keywords = ["physics", "binding", "bindings", "box2d"]
license = "zlib-acknowledgement"
repository = "https://github.com/Bastacyclop/rust_box2d.git"
[dependencies.vec_map]
version = "^0.8"

[dependencies.cgmath]
version = "^0.14"
optional = true

[dependencies.serde]
version = "^0.9"
optional = true

[dependencies.libc]
version = "^0.2"

[dependencies.bitflags]
version = "^0.9"

[dependencies.nalgebra]
version = "^0.10"
optional = true

[dependencies.serde_derive]
version = "^0.9"
optional = true
[dev-dependencies.approx]
version = "^0.1"
[build-dependencies.gcc]
version = "^0.3"

[features]
serialize = ["serde", "serde_derive"]
default = []