# 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 = "powers-pf" version = "0.1.0" description = "Power flow algorithms" readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/powe-rs/powers-pf" [dependencies.anyhow] version = "1" [dependencies.caseformat] version = "0.1" [dependencies.clap] version = "4.5" [dependencies.full] version = "0.3" [dependencies.itertools] version = "0.13" [dependencies.log] version = "0.4" [dependencies.num-complex] version = "0.4" [dependencies.powers] version = "0.2" [dependencies.sparsetools] version = "0.2.3" [dependencies.spsolve] version = "0.1"