# 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_data" version = "0.3.0" description = "RAW power flow data file parser" readme = "README.md" license = "MIT" repository = "https://github.com/rwl/power_flow_data" [dependencies.arrayvec] version = "0.7" [dependencies.nom] version = "7.1" [dependencies.power_flow_data_derive] version = "0.1"