comtrade 0.2.1

A pure Rust parser for the COMTRADE (Common format for Transient Data Exchange for power systems) file format.
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 = "comtrade"
version = "0.2.1"
authors = ["Drew Silcock <drew.silcock@stfc.ac.uk>"]
description = "A pure Rust parser for the COMTRADE (Common format for Transient Data Exchange for power systems) file format."
homepage = "https://github.com/drewsilcock/comtrade"
readme = "README.md"
keywords = ["power", "voltage", "disturbance", "comtrade", "oscillography"]
categories = ["parser-implementations", "science"]
license = "MIT"
repository = "https://github.com/drewsilcock/comtrade"
resolver = "2"
[dependencies.chrono]
version = "0.4.19"

[dependencies.derive_builder]
version = "0.10.2"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.regex]
version = "1.5.4"