power_flow 0.1.1

AC power flow based on KINSOL from SUNDIALS
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"
name = "power_flow"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AC power flow based on KINSOL from SUNDIALS"
readme = false
license = "MIT"
repository = "https://github.com/rwl/power_flow_data"

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

[dependencies.anyhow]
version = "1"

[dependencies.arrayvec]
version = "0.7"

[dependencies.num-complex]
version = "0.4"

[dependencies.power_flow_data]
version = "0.4"

[dependencies.sparsetools]
version = "0.2.4"

[dependencies.sundials]
version = "0.3"
features = ["faer"]

[dev-dependencies.caseformat]
version = "0.2"
features = [
    "raw",
    "testcase",
]

[dev-dependencies.float-cmp]
version = "0.9"