# 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 = "ocpp-client" version = "0.1.8" authors = ["Joatin Granlund "] description = "OCPP Client Implementation. Use this library to implement an OCPP charge point" readme = "README.md" keywords = [ "OCPP", "ChargePoint", "Client", "ocpp16", "ocpp201", ] license = "MIT OR Apache-2.0" repository = "https://github.com/flowionab/ocpp-client" [dependencies.futures] version = "0.3" [dependencies.rust-ocpp] version = "1.0" default-features = false [dependencies.rustls] version = "0.23" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0.120" [dependencies.tokio] version = "1" features = [ "sync", "rt", ] [dependencies.tokio-tungstenite] version = "0.23" features = ["rustls-tls-webpki-roots"] [dependencies.url] version = "2.5" [dependencies.uuid] version = "1.10.0" features = ["v4"] [dev-dependencies.tokio] version = "1" features = ["full"] [features] default = [ "ocpp_1_6", "ocpp_2_0_1", ] ocpp_1_6 = ["rust-ocpp/v1_6"] ocpp_2_0_1 = ["rust-ocpp/v2_0_1"]