# 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 = "rte-france" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A client for France's RTE API" homepage = "https://github.com/Frankkkkk/rte-france-rs" documentation = "https://docs.rs/rte-france" readme = "README.md" keywords = [ "RTE", "TSO", "RTE-France", ] categories = ["api-bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/Frankkkkk/rte-france-rs" [lib] name = "rte_france" path = "src/lib.rs" [[example]] name = "consumption" path = "examples/consumption.rs" [[example]] name = "generation" path = "examples/generation.rs" [[example]] name = "static" path = "examples/static.rs" [[example]] name = "token" path = "examples/token.rs" [dependencies.anyhow] version = "1.0.91" [dependencies.chrono] version = "0.4.38" [dependencies.oauth2] version = "4.4.2" [dependencies.polars] version = "0.43.1" features = ["timezones"] [dependencies.reqwest] version = "0.12.8" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.213" [dependencies.serde_json] version = "1.0.132"