[package]
edition = "2021"
name = "pantometry-electrical"
version = "0.16.0"
authors = ["Younghyeon Park and pantometry contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Electricity as a simulation domain: resistive dissipation into the heat channel, temperature-dependent conductors"
readme = "README.md"
keywords = [
"electrical",
"resistance",
"joule",
"physics",
"simulation",
]
categories = [
"science",
"simulation",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/YounghyeonPark/pantometry"
[lib]
name = "pantometry_electrical"
path = "src/lib.rs"
[[test]]
name = "closed_forms"
path = "tests/closed_forms.rs"
[[test]]
name = "conductor_closed_forms"
path = "tests/conductor_closed_forms.rs"
[dependencies.glam]
version = "0.29"
features = ["serde"]
[dependencies.pantometry-core]
version = "0.16.0"
[dependencies.pantometry-units]
version = "0.16.0"
[dependencies.serde]
version = "1"
features = ["derive"]