ocpp-client 0.1.17

OCPP Client Implementation. Use this library to implement an OCPP charge point
Documentation
# 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.17"
authors = ["Joatin Granlund <joatin@granlund.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"

[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"]
test = []

[lib]
name = "ocpp_client"
path = "src/lib.rs"

[[example]]
name = "connect"
path = "examples/connect.rs"

[dependencies.base64]
version = "0.22"

[dependencies.futures]
version = "0.3"

[dependencies.rust-ocpp]
version = "3.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",
    "time",
]

[dependencies.tokio-tungstenite]
version = "0.28"
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"]