blob: b65f01e0d42da4ed22466651d9e66dd695f171c3 [file]
# Licensed under the Apache-2.0 license
[package]
name = "openprot-spdm-transport-mctp"
version = "0.1.0"
edition = "2021"
description = "MCTP transport implementation for SPDM"
license = "Apache-2.0"
[dependencies]
openprot-mctp-api = { path = "../../mctp/api" }
spdm-lib = { git = "https://github.com/9elements/spdm-lib.git", branch = "buildup" }
[dev-dependencies]
mctp = { git = "https://github.com/OpenPRoT/mctp-rs.git", branch = "sync-features" }
mctp-lib = { git = "https://github.com/9elements/mctp-lib.git", branch = "buildup", package = "mctp-lib" }
openprot-mctp-server = { path = "../../mctp/server" }