dem_granular 0.1.3

Granular physics for MDDEM: Hertz normal contact, Mindlin tangential friction, rotational dynamics
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 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"
name = "dem_granular"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Granular physics for MDDEM: Hertz normal contact, Mindlin tangential friction, rotational dynamics"
readme = "README.md"
keywords = [
    "dem",
    "hertz",
    "granular",
    "contact",
]
categories = [
    "simulation",
    "science",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/SueHeir/MDDEM"

[lib]
name = "dem_granular"
path = "src/lib.rs"

[dependencies.dem_atom]
version = "0.1.3"

[dependencies.dem_atom_insert]
version = "0.1.3"

[dependencies.mddem_app]
version = "0.1.3"

[dependencies.mddem_core]
version = "0.1.3"
default-features = false

[dependencies.mddem_neighbor]
version = "0.1.3"

[dependencies.mddem_scheduler]
version = "0.1.3"

[dependencies.nalgebra]
version = "0.33.2"