| # 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" } |