# 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] name = "wrapped2d" version = "0.4.2" authors = ["Thomas Koehler "] build = "build.rs" exclude = [ "Box2D/Contributions/*", "Box2D/Box2D/Build/*", "Box2D/Box2D/Documentation/*", "Box2D/Box2D/glew/*", "Box2D/Box2D/glfw/*", "Box2D/Box2D/HelloWorld/*", "Box2D/Box2D/Testbed/*", ] 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.bitflags] version = "^1.2.1" [dependencies.cgmath] version = "^0.14" optional = true [dependencies.libc] version = "^0.2" [dependencies.nalgebra] version = "^0.10" optional = true [dependencies.serde] version = "^1.0" optional = true [dependencies.serde_derive] version = "^1.0" optional = true [dependencies.vec_map] version = "^0.8" [dev-dependencies.approx] version = "^0.1" [build-dependencies.cc] version = "^1.0" [build-dependencies.cmake] version = "^0.1" [features] default = [] serialize = [ "serde", "serde_derive", ]