[dependencies.log]
version = "0.4.20"
[dependencies.psa-crypto-sys]
default-features = false
version = "0.12.0"
[dependencies.serde]
default-features = false
features = ["derive"]
version = "1.0.115"
[dependencies.zeroize]
features = ["zeroize_derive"]
version = "1.4.3"
[dev-dependencies.base64]
version = "0.12.3"
[dev-dependencies.rand]
version = "0.8.4"
[dev-dependencies.rsa]
features = ["alloc"]
version = "0.5.0"
[features]
default = ["operations"]
interface = ["psa-crypto-sys/interface"]
operations = ["psa-crypto-sys/operations", "interface"]
prefix = ["psa-crypto-sys/prefix"]
std = []
[package]
authors = ["Parsec Project Contributors"]
categories = ["api-bindings", "external-ffi-bindings", "cryptography"]
description = "Wrapper around the PSA Cryptography API"
edition = "2018"
keywords = ["psa", "crypto", "cryptography", "no_std"]
license = "Apache-2.0"
name = "psa-crypto"
readme = "README.md"
repository = "https://github.com/parallaxsecond/rust-psa-crypto"
rust-version = "1.66.0"
version = "0.12.0"