myelin-engine 0.1.0

This crate contains the physical engine of the simulation, as well as the objects that reside within it
Documentation
# 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]
edition = "2018"
name = "myelin-engine"
version = "0.1.0"
authors = ["Jan Nils Ferner <jan@myelin.ch>", "Mathias Fischler <mathias@myelin.ch>", "Ruben Schmidmeister <ruben@myelin.ch>", "Jeremy Stucki <jeremy@myelin.ch>"]
description = "This crate contains the physical engine of\nthe simulation, as well as the objects that reside\nwithin it"
homepage = "https://github.com/myelin-ai/engine"
documentation = "https://docs.rs/myelin-engine"
keywords = ["simulation", "2d", "physics"]
license = "MIT/Apache-2.0"
repository = "https://github.com/myelin-ai/engine"
[dependencies.alga]
version = "0.7"

[dependencies.mockiato]
version = "0.1"
optional = true

[dependencies.myelin-geometry]
version = "1.0.0"

[dependencies.nalgebra]
version = "0.17"

[dependencies.nameof]
version = "1.0"

[dependencies.ncollide2d]
version = "0.18"

[dependencies.nphysics2d]
version = "0.10.2"
features = ["use-wasm-bindgen"]
default-features = false

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.unordered-pair]
version = "0.2"
[dev-dependencies.mockiato]
version = "0.1"

[features]
use-mocks = ["mockiato"]