| 1 | [package] |
| 2 | name = "oversight-manifest" |
| 3 | version.workspace = true |
| 4 | edition.workspace = true |
| 5 | rust-version.workspace = true |
| 6 | license.workspace = true |
| 7 | description = "Signed canonical-JSON manifest for Oversight" |
| 8 | |
| 9 | [dependencies] |
| 10 | oversight-crypto = { path = "../oversight-crypto" } |
| 11 | serde.workspace = true |
| 12 | serde_json.workspace = true |
| 13 | serde_jcs.workspace = true |
| 14 | hex.workspace = true |
| 15 | uuid.workspace = true |
| 16 | thiserror.workspace = true |