[package] name = "tudelft-dsmr-output-generator" version = "0.1.4" edition = "2021" authors = ["Jonathan Dönszelmann ", "Victor Roest "] license = "MIT" description = "Companion library for the TU Delft Software Fundamentals individual assignment" keywords = ["tudelft"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] plotters = "0.3.5" itertools = "0.11.0" chrono = "0.4.26" thiserror = "1.0.40" serde = {version="1.0.164", features=["derive"]} serde_json = "1.0.99"