[dependencies.chrono]
features = ["serde"]
version = "0.4.38"
[dependencies.serde]
features = ["derive"]
version = "1.0.204"
[dependencies.serde_json]
version = "1.0.121"
[dependencies.serde_repr]
version = "0.1.19"
[dependencies.thiserror]
version = "1.0.63"
[dependencies.tracing]
version = "0.1.40"
[dependencies.ureq]
features = ["json"]
version = "2.10.0"
[package]
authors = ["Maxime Augier <max@xolus.net>"]
categories = ["api-bindings"]
description = "Rust bindings for the Easee cloud API for EV charging devices"
edition = "2021"
keywords = ["easee"]
license = "GPL-3.0"
name = "easee"
readme = "README.md"
repository = "https://github.com/maugier/easee-rs"
version = "0.1.0"