# 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 = "aemo_mdff" version = "0.2.0" authors = ["Christopher Andronikos "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "AEMO compliant NEM12 and NEM13 parser" homepage = "https://github.com/naxos-io/aemo_mdff" readme = "README.md" keywords = [ "nem12", "nem13", "nem", "aemo", "meter", ] categories = [ "parsing", "encoding", ] license = "MIT OR Apache-2.0" repository = "https://github.com/naxos-io/aemo_mdff" [lib] name = "aemo_mdff" path = "src/lib.rs" [dependencies.chrono] version = "0.4" [dependencies.nom] version = "7.1.3" [dependencies.nom_locate] version = "4.2.0" [dev-dependencies.pretty_assertions] version = "1.2.1"