# 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] edition = "2021" rust-version = "1.56.0" name = "box2d-rs" version = "0.0.4" authors = ["HumMan "] exclude = [ "resources/*", "examples/*", "tests/*", ".github/*", ] description = "Port of Box2d to Rust" readme = "README.md" keywords = [ "physics", "2d", "box2d", ] license = "MIT" repository = "https://github.com/humman/box2d-rs" [dependencies.bitflags] version = "2.2.1" [dependencies.serde] version = "1.0.163" features = ["derive"] optional = true [dependencies.strum] version = "0.24.1" optional = true [dependencies.strum_macros] version = "0.24.3" optional = true [dev-dependencies.bincode] version = "1.3.3" [dev-dependencies.clipboard] version = "0.5.0" [dev-dependencies.glium] version = "0.32.1" default-features = true [dev-dependencies.image] version = "0.24.6" [dev-dependencies.imgui] version = "0.11.0" [dev-dependencies.imgui-glium-renderer] version = "0.11.0" [dev-dependencies.imgui-winit-support] version = "0.11.0" [dev-dependencies.itertools] version = "0.10.5" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.serde] version = "1.0.163" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.96" [dev-dependencies.serde_yaml] version = "0.9.21" [dev-dependencies.strum] version = "0.24.1" [dev-dependencies.strum_macros] version = "0.24.3" [features] serde_support = [ "serde", "strum", "strum_macros", ]