11[package ]
22name = " hpke-rs"
3- version = " 0.3.0 "
3+ version = " 0.4.0-beta.1 "
44authors = [
" Franziskus Kiefer <[email protected] >" ]
55edition = " 2021"
66license = " MPL-2.0"
@@ -22,7 +22,7 @@ hpke-rs-crypto = { version = "0.3.0", path = "./traits", default-features = fals
2222rand_core = { version = " 0.9" , default-features = false }
2323libcrux-sha3 = { version = " 0.0.4" }
2424hpke-rs-rust-crypto = { version = " 0.3.0" , path = " ./rust_crypto_provider" , default-features = false , optional = true }
25- hpke-rs-libcrux = { version = " 0.3.0 " , path = " ./libcrux_provider" , default-features = false , optional = true }
25+ hpke-rs-libcrux = { version = " 0.4.0-beta.1 " , path = " ./libcrux_provider" , default-features = false , optional = true }
2626
2727[features ]
2828default = []
@@ -41,9 +41,7 @@ hpke-test = ["std"]
4141hpke-test-prng = [] # ⚠️ Enable testing PRNG - DO NOT USE
4242
4343[dev-dependencies ]
44- hpke-rs-crypto = { version = " 0.3.0" , path = " ./traits" , features = [
45- " std" ,
46- ] }
44+ hpke-rs-crypto = { version = " 0.3.0" , path = " ./traits" , features = [" std" ] }
4745serde_json = " 1.0"
4846serde = { version = " 1.0" , features = [" derive" ] }
4947lazy_static = " 1.4"
@@ -52,7 +50,7 @@ hpke-rs = { path = ".", features = ["hpke-test", "hazmat"] }
5250hpke-rs-rust-crypto = { version = " 0.3.0" , path = " ./rust_crypto_provider" , features = [
5351 " deterministic-prng" ,
5452] }
55- hpke-rs-libcrux = { version = " 0.3.0 " , path = " ./libcrux_provider" , features = [
53+ hpke-rs-libcrux = { version = " 0.4.0-beta.1 " , path = " ./libcrux_provider" , features = [
5654 " deterministic-prng" ,
5755] }
5856rand = { version = " 0.9" }
0 commit comments