# 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.81" name = "openleadr-wire" version = "0.0.3" build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Encode and decode OpenADR 3.0 messages that go over the wire" homepage = "https://github.com/OpenLEADR/openleadr-rs" readme = "README.md" keywords = [ "energy", "openadr", "lf-energy", ] 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.38" [dependencies.http] version = "^1.0.0" [dependencies.iso8601-duration] version = "0.2.0" features = ["chrono"] [dependencies.iso_currency] version = "0.5.0" features = ["with-serde"] [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_with] version = "3.8.1" features = ["macros"] [dependencies.thiserror] version = "2.0.3" [dependencies.validator] version = "0.19.0" features = ["derive"] [dev-dependencies.quickcheck] version = "1.0.3" [dev-dependencies.serde_json] version = "1.0.117"