openleadr-wire 0.2.2

Encode and decode OpenADR 3.1 messages that go over the wire
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"
rust-version = "1.91"
name = "openleadr-wire"
version = "0.2.2"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Encode and decode OpenADR 3.1 messages that go over the wire"
homepage = "https://github.com/OpenLEADR/openleadr-rs"
readme = "README.md"
keywords = [
    "energy",
    "openadr",
    "lf-energy",
]
categories = ["web-programming"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/OpenLEADR/openleadr-rs"

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

[dependencies.chrono]
version = "0.4.44"

[dependencies.derive_more]
version = "2.1.1"
features = [
    "from_str",
    "from",
    "as_ref",
]

[dependencies.http]
version = "1.4.0"

[dependencies.iso8601-duration]
version = "0.2.0"
features = ["chrono"]

[dependencies.iso_currency]
version = "0.5.3"
features = ["with-serde"]

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_with]
version = "3.17.0"
features = ["macros"]

[dependencies.sqlx]
version = "0.8.6"
features = [
    "postgres",
    "runtime-tokio",
    "chrono",
    "migrate",
    "macros",
    "json",
    "tls-rustls",
]
default-features = false

[dependencies.thiserror]
version = "2.0.18"

[dependencies.url]
version = "2.5.8"
features = ["serde"]

[dependencies.validator]
version = "0.20.0"
features = ["derive"]

[dev-dependencies.quickcheck]
version = "1.1.0"

[dev-dependencies.serde_json]
version = "1.0.149"