# 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 = "2018" name = "ivy-physics" version = "0.10.3" description = "Provides physics for the Ivy framework" documentation = "https://lib.rs/ivy-physics" readme = "../README.md" keywords = ["physics", "collisions", "rigidbody", "game"] license-file = "LICENSE" repository = "https://github.com/ten3roberts/ivy" [dependencies.anyhow] version = "1.0.52" [dependencies.derive-for] version = "1.2.2" [dependencies.derive_more] version = "0.99.17" [dependencies.flume] version = "0.10.10" [dependencies.glam] version = "0.20.2" [dependencies.hecs] version = "0.7.3" [dependencies.hecs-hierarchy] version = "0.11.0" [dependencies.hecs-schedule] version = "0.5.0" [dependencies.ivy-base] version = "0.10.0" [dependencies.ivy-collision] version = "0.10.0" [dependencies.ivy-graphics] version = "0.10.0" [dependencies.ivy-random] version = "0.10.0" [dependencies.ivy-resources] version = "0.10.0" [dependencies.records] version = "0.1.1" [dependencies.serde] version = "1.0.133" features = ["derive"] optional = true [dependencies.smallvec] version = "1.7.0" [dependencies.thiserror] version = "1.0.30" [features] default = [] serialize = ["serde", "glam/serde"]