twine-components 0.4.2

A collection of components for Twine, a Rust framework for functional and composable system modeling.
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 = "twine-components"
version = "0.4.2"
authors = ["Isentropic Development <info@isentropic.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A collection of components for Twine, a Rust framework for functional and composable system modeling."
readme = "README.md"
keywords = [
    "twine",
    "framework",
    "modeling",
    "components",
]
license = "MIT"
repository = "https://github.com/isentropic-dev/twine"
resolver = "2"

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

[dependencies.jiff]
version = "0.2.15"
features = ["serde"]

[dependencies.ndarray]
version = "0.16.1"

[dependencies.ninterp]
version = "0.6.3"

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

[dependencies.thiserror]
version = "2.0.12"

[dependencies.twine-core]
version = "0.4.2"

[dependencies.twine-solve]
version = "0.4.2"

[dependencies.twine-thermo]
version = "0.4.2"

[dependencies.uom]
version = "0.37.0"
features = ["serde"]

[dev-dependencies.approx]
version = "0.5.1"