Skip to content

Commit 64c74e3

Browse files
MarkAtwoodclaude
andcommitted
chore: mark wolfcrypt-dpe* as unpublished pending caliptra-dpe on crates.io
wolfcrypt-dpe depends on the caliptra-dpe-crypto trait crate (package = "crypto", https://github.com/chipsalliance/caliptra-dpe) which chipsalliance has not yet published to crates.io. crates.io rejects any published crate with a git source in [dependencies]. wolfcrypt-dpe-conformance is also blocked as it is a test crate for wolfcrypt-dpe. Once chipsalliance publishes their crates, switch the dep to a versioned form and remove publish = false from both crates. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent ff51620 commit 64c74e3

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

wolfcrypt-dpe-conformance/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ homepage = "http://wolfssl.com"
99
repository = "https://github.com/wolfSSL/wolfssl-rs"
1010
keywords = ["wolfcrypt", "wolfssl", "fips", "caliptra", "dpe"]
1111
categories = ["cryptography"]
12+
# Not published: test crate for wolfcrypt-dpe, which is itself unpublished.
13+
# See wolfcrypt-dpe/Cargo.toml for the reason.
14+
publish = false
1215

1316
[lib]
1417
path = "src/lib.rs"

wolfcrypt-dpe/Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ homepage = "http://wolfssl.com"
99
repository = "https://github.com/wolfSSL/wolfssl-rs"
1010
keywords = ["wolfcrypt", "wolfssl", "fips", "caliptra", "dpe"]
1111
categories = ["cryptography"]
12+
# Not published to crates.io yet: the caliptra-dpe-crypto trait crate
13+
# (package = "crypto" in https://github.com/chipsalliance/caliptra-dpe)
14+
# is only available as a git dependency; crates.io rejects published crates
15+
# with git entries in [dependencies]. Once chipsalliance publishes that
16+
# crate, switch the dep to a versioned form and remove this flag.
17+
publish = false
1218

1319
[lib]
1420
name = "wolfcrypt_dpe"

0 commit comments

Comments
 (0)