dataplane-sdk 0.1.1

A Rust SDK for building data planes that interface with Dataspace Protocol Control Planes via the Data Plane Signaling API
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"
name = "dataplane-sdk"
version = "0.1.1"
authors = ["Enrico Risa <enrico.risa@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust SDK for building data planes that interface with Dataspace Protocol Control Planes via the Data Plane Signaling API"
readme = false
license = "Apache-2.0"
repository = "https://github.com/eclipse-dataplane-core/dataplane-sdk-rust"
resolver = "2"

[features]
test = []

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

[dependencies.async-trait]
version = "0.1.88"

[dependencies.bon]
version = "3.9.1"

[dependencies.chrono]
version = "0.4.44"
features = ["serde"]

[dependencies.reqwest]
version = "0.13.3"
features = ["json"]

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2.0.11"

[dependencies.uuid]
version = "1.23.1"
features = [
    "v4",
    "serde",
]

[dev-dependencies.mockall]
version = "0.14.0"

[dev-dependencies.tokio]
version = "1.50.0"
features = ["full"]

[dev-dependencies.wiremock]
version = "0.6"

[lints.clippy]
unwrap_used = "deny"