# 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 = "eb_nordpool" version = "0.2.0" authors = ["Emil Bratt "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Extract elspot prices from nordpool" readme = "README.md" keywords = [ "elspot", "nordpool", "power-market", "day-ahead", "Trade-power", ] license = "MIT/Apache-2.0" repository = "https://github.com/emilbratt/eb_nordpool" [lib] name = "eb_nordpool" path = "src/lib.rs" doctest = false [[test]] name = "dataportal_dayaheadprices" path = "tests/dataportal_dayaheadprices.rs" [[test]] name = "download" path = "tests/download.rs" [[test]] name = "marketdata_page_10" path = "tests/marketdata_page_10.rs" [[test]] name = "units" path = "tests/units.rs" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.chrono-tz] version = "0.9.0" [dependencies.reqwest] version = "0.12.5" features = [ "json", "blocking", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.url] version = "2.5.2"