[dependencies.log]
version = "0.4.11"
[dependencies.psa-crypto-sys]
default-features = false
version = "0.9.3"
[dependencies.serde]
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", "no-std"]
interface = ["psa-crypto-sys/interface"]
no-std = []
operations = ["psa-crypto-sys/operations", "interface"]
[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"
version = "0.9.2"