sim-lib-physics-runtime 0.1.0

Loadable composition of SIM physics surfaces without domain-policy duplication.
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"
name = "sim-lib-physics-runtime"
version = "0.1.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Loadable composition of SIM physics surfaces without domain-policy duplication."
homepage = "https://github.com/sim-nest/sim-physics"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/sim-nest/sim-physics"

[features]
audit = [
    "power",
    "dep:sim-lib-physics-audit",
]
core = []
default = ["core"]
findings = [
    "study",
    "dep:sim-lib-physics-findings",
]
full = [
    "proof",
    "findings",
]
influence = ["dep:sim-lib-physics-influence"]
power = ["dep:sim-lib-physics-power"]
proof = [
    "audit",
    "dep:sim-lib-physics-proof",
]
study = [
    "influence",
    "dep:sim-lib-physics-study",
]

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

[[test]]
name = "runtime"
path = "tests/runtime.rs"

[dependencies.sim-kernel]
version = "0.3.0"

[dependencies.sim-lib-physics-audit]
version = "0.1.0"
optional = true

[dependencies.sim-lib-physics-core]
version = "0.1.0"

[dependencies.sim-lib-physics-findings]
version = "0.1.0"
optional = true

[dependencies.sim-lib-physics-influence]
version = "0.1.0"
optional = true

[dependencies.sim-lib-physics-power]
version = "0.1.0"
optional = true

[dependencies.sim-lib-physics-proof]
version = "0.1.0"
optional = true

[dependencies.sim-lib-physics-study]
version = "0.1.0"
optional = true

[lints.rust]
unsafe_code = "forbid"