deep_causality_physics 0.5.1

Standard library of physics formulas and engineering primitives for DeepCausality.
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 = "2024"
rust-version = "1.90.0"
name = "deep_causality_physics"
version = "0.5.1"
authors = ["Marvin Hansen <marvin.hansen@gmail.com>"]
build = false
exclude = [
    "*.bazel",
    "*/*.bazel",
    "*.bazel.*",
    "BUILD",
    "BUILD.bazel",
    "MODULE.bazel",
    ".bazelignore",
    ".bazelrc",
    "tests/**/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Standard library of physics formulas and engineering primitives for DeepCausality."
documentation = "https://docs.rs/deep_causality"
readme = "README.md"
keywords = [
    "physics",
    "causality",
    "simulation",
    "science",
]
categories = [
    "science",
    "simulation",
]
license = "MIT"
repository = "https://github.com/deepcausality/deep_causality.rs"
resolver = "2"

[features]
alloc = []
default = ["std"]
os-random = ["deep_causality_rand/os-random"]
std = [
    "alloc",
    "deep_causality_core/std",
    "deep_causality_num/std",
]

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

[dependencies.deep_causality_core]
version = "0.0.5"

[dependencies.deep_causality_haft]
version = "0.3"

[dependencies.deep_causality_metric]
version = "0.2"

[dependencies.deep_causality_multivector]
version = "0.4"

[dependencies.deep_causality_num]
version = "0.3"

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

[dependencies.deep_causality_sparse]
version = "0.1"

[dependencies.deep_causality_tensor]
version = "0.4"

[dependencies.deep_causality_topology]
version = "0.5"