oxirs-physics 0.2.2

Physics-informed digital twin simulation bridge for OxiRS
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"
rust-version = "1.70"
name = "oxirs-physics"
version = "0.2.2"
authors = ["KitaSan <info@kitasan.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Physics-informed digital twin simulation bridge for OxiRS"
homepage = "https://github.com/cool-japan/oxirs"
readme = "README.md"
keywords = [
    "physics",
    "simulation",
    "digital-twin",
    "scirs2",
    "neuro-symbolic",
]
categories = [
    "science",
    "simulation",
]
license = "Apache-2.0"
repository = "https://github.com/cool-japan/oxirs"

[package.metadata.docs.rs]
features = ["full"]

[features]
default = []
embeddings = [
    "scirs2-neural",
    "oxirs-embed",
]
full = [
    "simulation",
    "embeddings",
    "samm",
    "streaming",
]
samm = ["oxirs-samm"]
simulation = [
    "scirs2-integrate",
    "scirs2-optimize",
    "uom",
]
streaming = ["oxirs-stream"]

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

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.chrono]
version = "0.4.44"
features = ["serde"]

[dependencies.oxirs-core]
version = "0.2.2"

[dependencies.oxirs-embed]
version = "0.2.2"
optional = true

[dependencies.oxirs-samm]
version = "0.2.2"
optional = true

[dependencies.oxirs-stream]
version = "0.2.2"
optional = true

[dependencies.scirs2-core]
version = "0.3.1"
features = ["random"]

[dependencies.scirs2-integrate]
version = "0.3.1"
optional = true

[dependencies.scirs2-linalg]
version = "0.3.1"
optional = true

[dependencies.scirs2-neural]
version = "0.3.1"
optional = true

[dependencies.scirs2-optimize]
version = "0.3.1"
optional = true

[dependencies.scirs2-stats]
version = "0.3.1"
optional = true

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.50.0"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.uom]
version = "0.38"
optional = true

[dependencies.uuid]
version = "1.22"
features = [
    "v4",
    "serde",
]

[dev-dependencies.criterion]
version = "0.8"
features = ["html_reports"]

[dev-dependencies.tempfile]
version = "3.27"