feat: init commit,fork from google native-pkcs11
This commit is contained in:
28
native-pkcs11-core/Cargo.toml
Normal file
28
native-pkcs11-core/Cargo.toml
Normal file
@@ -0,0 +1,28 @@
|
||||
[package]
|
||||
name = "native-pkcs11-core"
|
||||
version = "0.2.18"
|
||||
description = "Shared cross-platform PKCS#11 module logic for native-pkcs11."
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
rust-version.workspace = true
|
||||
repository.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
[dependencies]
|
||||
native-pkcs11-traits = { version = "0.2.0", path = "../native-pkcs11-traits" }
|
||||
once_cell = "1.19.0"
|
||||
p256 = { version = "0.13.2", default-features = false, features = [
|
||||
"arithmetic",
|
||||
"pkcs8",
|
||||
"std",
|
||||
] }
|
||||
pkcs1 = { version = "0.7.5", default-features = false }
|
||||
pkcs11-sys = { version = "0.2.0", path = "../pkcs11-sys" }
|
||||
strum = "0.26.3"
|
||||
strum_macros = "0.26.4"
|
||||
thiserror = "1.0.61"
|
||||
tracing = "0.1.40"
|
||||
native-pkcs11-piv = { version = "0.2.0", path = "../native-pkcs11-piv" }
|
||||
|
||||
[dev-dependencies]
|
||||
serial_test = { version = "3.1.1", default-features = false }
|
||||
Reference in New Issue
Block a user