feat(user-agent): add VaultGate for sealed vault authentication
This commit is contained in:
@@ -8,6 +8,7 @@ ml-dsa = {workspace = true, optional = true }
|
||||
rand = {workspace = true, optional = true}
|
||||
base64 = {workspace = true, optional = true }
|
||||
memsafe = {version = "0.4.0", optional = true}
|
||||
x-wing = { version = "0.1.0-rc.0", features = ["zeroize"] }
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
@@ -15,4 +16,4 @@ workspace = true
|
||||
[features]
|
||||
default = ["authn", "safecell"]
|
||||
authn = ["dep:ml-dsa", "dep:rand", "dep:base64"]
|
||||
safecell = ["dep:memsafe"]
|
||||
safecell = ["dep:memsafe"]
|
||||
|
||||
Reference in New Issue
Block a user