ps-hash 0.1.0-27

Generates 77-character Base32 or 64-character base64url hashes with 128 bits of security.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "arrayref"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"

[[package]]
name = "arrayvec"
version = "0.7.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3fb67a6e08acf24fdeccbac2cb6ac4305825bd1f117462e0e6f2f193345ad56"

[[package]]
name = "autocfg"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"

[[package]]
name = "blake3"
version = "1.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0aa83c34e62843d924f905e0f5c866eb1dd6545fc4d719e803d9ba6030371fce"
dependencies = [
 "arrayref",
 "arrayvec",
 "cc",
 "cfg-if",
 "constant_time_eq",
 "cpufeatures",
]

[[package]]
name = "block-buffer"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2f6c7dbe95a6ed67ad9f18e57daf93a2f034c524b99fd2b76d18fdfeb6660aa"
dependencies = [
 "hybrid-array",
]

[[package]]
name = "cc"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5add81bb678e6cb321aff7fa0dc7689ad82b112dbc032cea19f91d6b8e3582b9"
dependencies = [
 "find-msvc-tools",
 "shlex",
]

[[package]]
name = "cfg-if"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"

[[package]]
name = "const-oid"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6ef517f0926dd24a1582492c791b6a4818a4d94e789a334894aa15b0d12f55c"

[[package]]
name = "constant_time_eq"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d52eff69cd5e647efe296129160853a42795992097e8af39800e1060caeea9b"

[[package]]
name = "cpufeatures"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
dependencies = [
 "libc",
]

[[package]]
name = "crypto-common"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce6e4c961d6cd6c9a86db418387425e8bdeaf05b3c8bc1411e6dca4c252f1453"
dependencies = [
 "hybrid-array",
]

[[package]]
name = "digest"
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1dd6dbb5841937940781866fa1281a1ff7bd3bf827091440879f9994983d5c2"
dependencies = [
 "block-buffer",
 "const-oid",
 "crypto-common",
]

[[package]]
name = "find-msvc-tools"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"

[[package]]
name = "hybrid-array"
version = "0.4.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "707114b52a152fa7bdb290cd7cd5912d9467273b6d74e21b8d81aca1f8533f6b"
dependencies = [
 "typenum",
]

[[package]]
name = "libc"
version = "0.2.189"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2"

[[package]]
name = "num-traits"
version = "0.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
dependencies = [
 "autocfg",
]

[[package]]
name = "proc-macro2"
version = "1.0.107"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
dependencies = [
 "unicode-ident",
]

[[package]]
name = "ps-alloc"
version = "0.1.0-9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60e88eafa620523a1f75eb94c6c556e7b257f0286f81cdfb3a8e82f772230541"
dependencies = [
 "thiserror",
]

[[package]]
name = "ps-base64"
version = "0.1.0-8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd2fcb374ad928ec89a86fc7646455140b65b675fdc1d8cd34ffac47aea7233b"

[[package]]
name = "ps-buffer"
version = "0.1.0-22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "711c662b79509debace037c34a1d4007ea422e00a81f7b5f4c6b253feaff90c1"
dependencies = [
 "ps-alloc",
 "ps-range",
 "thiserror",
]

[[package]]
name = "ps-crockford32"
version = "0.1.0-1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e836f5e0c9370f49fcd0f873ffe230f7ffb1f39ca803dd6db1453bde75ab96d7"

[[package]]
name = "ps-ecc"
version = "0.1.0-9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "206f6387fe2c4a66ed88c885b362b4cf787dd33cf21483da72f796c1b10296e0"
dependencies = [
 "ps-buffer",
 "ps-util",
 "thiserror",
 "xxhash-rust",
]

[[package]]
name = "ps-hash"
version = "0.1.0-27"
dependencies = [
 "ps-hash-core",
 "ps-hash-macros",
 "ps-pint16",
]

[[package]]
name = "ps-hash-core"
version = "0.1.0-27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48b865cbca54ef0dfc2d1de072e4327218f8b775bcf40865a483c59743c2de16"
dependencies = [
 "blake3",
 "ps-base64",
 "ps-crockford32",
 "ps-ecc",
 "ps-pint16",
 "ps-util",
 "sha2",
 "thiserror",
]

[[package]]
name = "ps-hash-macros"
version = "0.1.0-25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0e0c6586f23665c79addf50713f55c6862c914109dd411996cef5dcf94800a7"
dependencies = [
 "proc-macro2",
 "ps-hash-core",
 "quote",
 "syn 2.0.119",
]

[[package]]
name = "ps-pint16"
version = "0.1.0-5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77e66f48aaf3132227f57964ab81d6229be589ca1960399d35b01b82a868e7c7"

[[package]]
name = "ps-range"
version = "0.1.0-4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3dff5fbf273900f5317a650f360bf436c6d65b773b4796a06ec9f6f6d0231e4"
dependencies = [
 "num-traits",
]

[[package]]
name = "ps-util"
version = "0.1.0-9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f074cbf0d984942e63113aa52007de73ad0184c6161f7033a4636560100c1681"

[[package]]
name = "quote"
version = "1.0.47"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
dependencies = [
 "proc-macro2",
]

[[package]]
name = "sha2"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4"
dependencies = [
 "cfg-if",
 "cpufeatures",
 "digest",
]

[[package]]
name = "shlex"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"

[[package]]
name = "syn"
version = "2.0.119"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-ident",
]

[[package]]
name = "syn"
version = "3.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53e9bae58849f64dfa4f5d5ae372c8341f7305f82a3868709269343628b659a3"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-ident",
]

[[package]]
name = "thiserror"
version = "2.0.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09a43598840e33d5b0331f38c5e30d13bb11c11210a4b58f0d9b18a5a5eefcd9"
dependencies = [
 "thiserror-impl",
]

[[package]]
name = "thiserror-impl"
version = "2.0.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43cbfe0cf76104d42a574802844187e84a305e531ed54455f11fbde0f10541cd"
dependencies = [
 "proc-macro2",
 "quote",
 "syn 3.0.3",
]

[[package]]
name = "typenum"
version = "1.20.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"

[[package]]
name = "unicode-ident"
version = "1.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"

[[package]]
name = "xxhash-rust"
version = "0.8.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aee1b19627c7c60102ab80d3a9cbe18de90bfe03bfa6c3715447681f0e8c8af6"