[package] name = "open_ocpp" version = "0.1.2" edition = "2021" description = "OCPP Library" documentation = "https://docs.rs/open_ocpp" license = "MIT" repository = "https://github.com/guilherme-gessele/open_ocpp" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0.144", features = ["derive"] } serde_json = "1.0.83" serde_test = "1.0.144"