[package]
edition = "2024"
rust-version = "1.96"
name = "ocpi-kit"
version = "0.0.1"
build = false
exclude = [
"/specs",
"/CONCEPT.md",
"/.github",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OCPI (Open Charge Point Interface) toolkit for EV roaming: typed models, client, server and hub building blocks. Placeholder release, work in progress."
homepage = "https://github.com/hupe1980/ocpi-kit"
documentation = "https://docs.rs/ocpi-kit"
readme = "README.md"
keywords = [
"ocpi",
"ev",
"charging",
"roaming",
"emobility",
]
categories = [
"network-programming",
"web-programming",
"api-bindings",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/hupe1980/ocpi-kit"
[lib]
name = "ocpi_kit"
path = "src/lib.rs"
[dependencies]