[package] name = "aemo_mdff" version = "0.2.0" edition = "2021" authors = ["Christopher Andronikos "] license = "MIT OR Apache-2.0" description = "AEMO compliant NEM12 and NEM13 parser" homepage = "https://github.com/naxos-io/aemo_mdff" repository = "https://github.com/naxos-io/aemo_mdff" readme = "README.md" keywords = ["nem12", "nem13", "nem", "aemo", "meter"] categories = ["parsing", "encoding"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] nom = "7.1.3" chrono = "0.4" nom_locate = "4.2.0" [dev-dependencies] pretty_assertions = "1.2.1"