noxtls-psa 0.1.3

Internal implementation crate for noxtls: PSA Crypto adapter and provider abstractions.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "noxtls-core"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c18ea5ce009f6a93b6f934e14e6d7329f5fbbc38f9f0a90752586facf643de3"

[[package]]
name = "noxtls-crypto"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd52ed12fff15915b015bb5999e6cc86ee0b0879ac78838deaf98b8782a10754"
dependencies = [
 "noxtls-core",
]

[[package]]
name = "noxtls-psa"
version = "0.1.3"
dependencies = [
 "noxtls-core",
 "noxtls-crypto",
]