ocpp_rs 0.3.0

Protocol implementation for Open Charge Point Protocol (OCPP) in Rust.
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 = "2024"
rust-version = "1.85"
name = "ocpp_rs"
version = "0.3.0"
authors = ["Angelo L. B. Rodem"]
build = false
exclude = [
    "doc_imgs/",
    ".*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Protocol implementation for Open Charge Point Protocol (OCPP) in Rust.
"""
homepage = "https://github.com/angelorodem/ocpp-rs"
readme = "README.md"
keywords = [
    "ocpp",
    "charger",
    "oca",
    "electric-vehicle",
]
categories = [
    "data-structures",
    "algorithms",
    "no-std",
    "embedded",
]
license = "MIT"
repository = "https://github.com/angelorodem/ocpp-rs"
resolver = "2"

[features]
datetime_serialize_rfc3339 = []
default = []

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

[[test]]
name = "datetime_features_tests"
path = "tests/datetime_features_tests.rs"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"

[[test]]
name = "v16_pending_tests"
path = "tests/v16_pending_tests.rs"

[[test]]
name = "v16_wire_types_tests"
path = "tests/v16_wire_types_tests.rs"

[[test]]
name = "v21_integration_tests"
path = "tests/v21_integration_tests.rs"

[[test]]
name = "v21_tests"
path = "tests/v21_tests.rs"

[dependencies.chrono]
version = "^0.4"
features = [
    "serde",
    "alloc",
]
default-features = false

[dependencies.serde]
version = "^1"
features = [
    "derive",
    "alloc",
]
default-features = false

[dependencies.serde_json]
version = "^1"
features = ["alloc"]
default-features = false

[dependencies.serde_tuple]
version = "^1"
default-features = false

[dependencies.strum]
version = "^0.28.0"
features = ["derive"]
default-features = false

[dependencies.strum_macros]
version = "^0.28.0"
default-features = false

[dev-dependencies.chrono]
version = "^0.4"
features = [
    "alloc",
    "serde",
]
default-features = false