brynja 0.15.0

Security-first no_std cryptography and secure-protocol facade
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "brynja"
version = "0.15.0"
dependencies = [
 "brynja-core",
 "brynja-crypto",
 "brynja-dtls",
 "brynja-pki",
 "brynja-platform",
 "brynja-quic-tls",
 "brynja-tls",
]

[[package]]
name = "brynja-core"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c3b285264e094647f2a9df39d955b9766cc2f0549829d0a7b0e3d758c4d56e4"

[[package]]
name = "brynja-crypto"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fdf173a88d538e69434ba1d67c17f5ad7aed313206cc5a6b25e9811162fb10c7"

[[package]]
name = "brynja-dtls"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe95713fcba6429998399c758920336d508d860373ec04deecd4ebcb83556274"
dependencies = [
 "brynja-core",
 "brynja-crypto",
 "brynja-pki",
]

[[package]]
name = "brynja-pki"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fb5a070294ee1c689e6e60bd0b46d7be44967c86afbc23be4cd8edde45e3e64"
dependencies = [
 "brynja-core",
]

[[package]]
name = "brynja-platform"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b21779702d4d846e218978a90b65779fa8c09cc237f746cabdd9f266ef6953"
dependencies = [
 "brynja-core",
]

[[package]]
name = "brynja-quic-tls"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "062457f0b14bec31b0b083e7cbf3e99fb2161977d172216b3c8f3f203653ed14"
dependencies = [
 "brynja-core",
 "brynja-tls13-handshake",
]

[[package]]
name = "brynja-tls"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2684c4e8045a32aa016c95c2e928ed5a1918ac243ecaecc98b201fa5ee759d7a"
dependencies = [
 "brynja-core",
 "brynja-tls12",
 "brynja-tls13",
]

[[package]]
name = "brynja-tls12"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08ace5d7f4ba668ad78aa8499064108672031ebb866ff59c6ca7a1b606ef75eb"
dependencies = [
 "brynja-core",
 "brynja-crypto",
 "brynja-pki",
]

[[package]]
name = "brynja-tls13"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59a2bd2b0b4e07db69db762b51415eede1769cb2bf5ef846058a283083cdf0cb"
dependencies = [
 "brynja-core",
 "brynja-crypto",
 "brynja-tls13-handshake",
]

[[package]]
name = "brynja-tls13-handshake"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "116b36bb060caa23ceadb575e4da92c64bcdce26ec129c0e46a4ba15412c436c"
dependencies = [
 "brynja-core",
 "brynja-crypto",
 "brynja-pki",
]