# This file is automatically @generated by Cargo. # It is not intended for manual editing. version = 4 [[package]] name = "blobby" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "89af0b093cc13baa4e51e64e65ec2422f7e73aea0e612e5ad3872986671622f1" [[package]] name = "block-buffer" version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "96eb4cdd6cf1b31d671e9efe75c5d1ec614776856cefbe109ca373554a6d514f" dependencies = [ "hybrid-array", "zeroize", ] [[package]] name = "cipher" version = "0.5.0-rc.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf7e48717e58fd82d6470086ab1c0e12f56426b4ef96c84bb84b9c3fefc6d9c7" dependencies = [ "blobby", "block-buffer", "crypto-common", "inout", "zeroize", ] [[package]] name = "crypto-common" version = "0.2.0-rc.14" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5569e5de27d32e673283717728eb5b0e4f30898b523f151a19c51e6188006599" dependencies = [ "hybrid-array", ] [[package]] name = "des" version = "0.9.0-rc.3" dependencies = [ "cipher", "hex-literal", ] [[package]] name = "hex-literal" version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bcaaec4551594c969335c98c903c1397853d4198408ea609190f420500f6be71" [[package]] name = "hybrid-array" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6fe39a812f039072707ce38020acbab2f769087952eddd9e2b890f37654b2349" dependencies = [ "typenum", "zeroize", ] [[package]] name = "inout" version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4250ce6452e92010fdf7268ccc5d14faa80bb12fc741938534c58f16804e03c7" dependencies = [ "hybrid-array", ] [[package]] name = "typenum" version = "1.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f" [[package]] name = "zeroize" version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"