# 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 = "easee" version = "0.1.1" authors = ["Maxime Augier "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust bindings for the Easee cloud API for EV charging devices" readme = "README.md" keywords = ["easee"] categories = ["api-bindings"] license = "GPL-3.0" repository = "https://github.com/maugier/easee-rs" [lib] name = "easee" path = "src/lib.rs" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.serde] version = "1.0.204" features = ["derive"] [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.tungstenite] version = "0.23.0" features = ["rustls-tls-native-roots"] optional = true [dependencies.ureq] version = "2.10.0" features = ["json"]