# 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 = "myelin-engine" version = "0.14.2" authors = [ "Jan Nils Ferner ", "Mathias Fischler ", "Tau Gärtli ", "Jeremy Stucki ", ] description = """ This crate contains the physical engine of the simulation, as well as the objects that reside within it""" homepage = "https://github.com/myelin-ai/engine" documentation = "https://docs.rs/myelin-engine" keywords = [ "simulation", "2d", "physics", ] license = "MIT OR Apache-2.0" repository = "https://github.com/myelin-ai/engine" [dependencies.alga] version = "0.9" [dependencies.mockiato] version = "0.9" optional = true [dependencies.myelin-geometry] version = "2.4" [dependencies.nalgebra] version = "0.18" [dependencies.nameof] version = "1.0" [dependencies.ncollide2d] version = "0.20" [dependencies.nearly_eq] version = "0.2" optional = true [dependencies.nphysics2d] version = "0.12" features = ["use-wasm-bindgen"] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.slab] version = "0.4.2" [dev-dependencies.mockiato] version = "0.9" [dev-dependencies.nearly_eq] version = "0.2" [features] use-mocks = [ "mockiato", "nearly_eq", ] [badges.codecov] branch = "master" repository = "myelin-ai/engine" service = "github" [badges.maintenance] status = "deprecated" [badges.travis-ci] branch = "master" repository = "myelin-ai/engine"