Files
saslauthd_yaml/Cargo.lock
T

564 lines
14 KiB
TOML
Raw Normal View History

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
[[package]]
name = "aho-corasick"
2026-09-12 13:21:53 -07:00
version = "1.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-09-12 13:21:53 -07:00
checksum = "c982642fa9e8606056828ee9a8505737230110bb1099153c79efe865c59d12ba"
dependencies = [
"memchr",
]
[[package]]
name = "anstream"
2026-09-12 13:21:53 -07:00
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-09-12 13:21:53 -07:00
checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
"is_terminal_polyfill",
"utf8parse",
]
[[package]]
name = "anstyle"
2026-09-12 13:21:53 -07:00
version = "1.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-09-12 13:21:53 -07:00
checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
[[package]]
name = "anstyle-parse"
2026-09-12 13:21:53 -07:00
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-09-12 13:21:53 -07:00
checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
2026-01-02 12:07:01 -08:00
version = "1.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-01-02 12:07:01 -08:00
checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
dependencies = [
"windows-sys",
]
[[package]]
name = "anstyle-wincon"
2026-01-02 12:07:01 -08:00
version = "3.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-01-02 12:07:01 -08:00
checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
dependencies = [
"anstyle",
2026-01-02 12:07:01 -08:00
"once_cell_polyfill",
"windows-sys",
]
2026-02-03 12:59:01 -08:00
[[package]]
name = "argon2"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c3610892ee6e0cbce8ae2700349fcf8f98adb0dbfbee85aec3c9179d29cc072"
dependencies = [
"base64ct",
"blake2",
"cpufeatures",
"password-hash",
]
[[package]]
name = "base64ct"
version = "1.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06"
2026-09-12 13:21:53 -07:00
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2026-02-03 12:59:01 -08:00
[[package]]
name = "blake2"
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
dependencies = [
"digest",
]
[[package]]
name = "block-buffer"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
dependencies = [
"generic-array",
]
[[package]]
name = "clap"
2026-09-12 13:21:53 -07:00
version = "4.6.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-09-12 13:21:53 -07:00
checksum = "473c7e07f409a8d772161724aa8db6a765a2532a70f9667eeb7b49d3d02fbdca"
dependencies = [
"clap_builder",
"clap_derive",
]
[[package]]
name = "clap_builder"
2026-09-12 13:21:53 -07:00
version = "4.6.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-09-12 13:21:53 -07:00
checksum = "7b48fea5a88e9ae728a2dcbedbfc0e730f7d60da42e1cb049a83c9fb8b789889"
dependencies = [
"anstream",
"anstyle",
"clap_lex",
"strsim",
]
[[package]]
name = "clap_derive"
2026-09-12 13:21:53 -07:00
version = "4.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-09-12 13:21:53 -07:00
checksum = "d012d2b9d65aca7f18f4d9878a045bc17899bba951561ba5ec3c2ba1eed9a061"
dependencies = [
"heck",
"proc-macro2",
"quote",
2026-09-12 13:21:53 -07:00
"syn 3.0.5",
]
[[package]]
name = "clap_lex"
2026-09-12 13:21:53 -07:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-09-12 13:21:53 -07:00
checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
[[package]]
name = "client"
version = "0.4.0"
dependencies = [
"clap",
"common",
]
[[package]]
name = "colorchoice"
2026-09-12 13:21:53 -07:00
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-09-12 13:21:53 -07:00
checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
[[package]]
name = "common"
version = "0.4.0"
2026-02-03 12:59:01 -08:00
[[package]]
name = "cpufeatures"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
dependencies = [
"libc",
]
[[package]]
name = "crypto-common"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
dependencies = [
"generic-array",
"typenum",
]
2026-09-12 13:21:53 -07:00
[[package]]
name = "defmt"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2953bfe4f93bbd20cc71198842756f77d161884c99ebbabc41d80231ded88d1"
dependencies = [
"bitflags",
"defmt-macros",
]
[[package]]
name = "defmt-macros"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bad9c72e7ca2137e0dc3813245a0d282fd6daad32fd800af018306a9169b5fe8"
dependencies = [
"defmt-parser",
"proc-macro2",
"quote",
"syn 2.0.119",
]
[[package]]
name = "defmt-parser"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10d60334b3b2e7c9d91ef8150abfb6fa4c1c39ebbcf4a81c2e346aad939fee3e"
dependencies = [
"thiserror",
]
2026-02-03 12:59:01 -08:00
[[package]]
name = "digest"
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
dependencies = [
"block-buffer",
"crypto-common",
"subtle",
]
[[package]]
name = "env_filter"
2026-09-12 13:21:53 -07:00
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-09-12 13:21:53 -07:00
checksum = "900d271a03799a1ee8d1ca9b19893b48ca674a9284fefcfb85f05e74ed314217"
dependencies = [
"log",
"regex",
]
[[package]]
name = "env_logger"
2026-09-12 13:21:53 -07:00
version = "0.11.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-09-12 13:21:53 -07:00
checksum = "de671bd27a75a797dc9ae289ba1e77276e75e2026408aab65185384e2d5cd3f6"
dependencies = [
"anstream",
"anstyle",
"env_filter",
"jiff",
"log",
]
[[package]]
name = "errno"
version = "0.3.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
dependencies = [
"libc",
"windows-sys",
]
2026-02-03 12:59:01 -08:00
[[package]]
name = "generic-array"
version = "0.14.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
dependencies = [
"typenum",
"version_check",
]
[[package]]
name = "heck"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
[[package]]
name = "is_terminal_polyfill"
2026-01-02 12:07:01 -08:00
version = "1.70.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-01-02 12:07:01 -08:00
checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
[[package]]
name = "jiff"
2026-09-12 13:21:53 -07:00
version = "0.2.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-09-12 13:21:53 -07:00
checksum = "0ab1baf72f08796de0260609515130699b890ac25f30e610ad894bc5856cafdb"
dependencies = [
2026-09-12 13:21:53 -07:00
"defmt",
"jiff-core",
"jiff-static",
"log",
"portable-atomic",
"portable-atomic-util",
"serde_core",
]
[[package]]
2026-09-12 13:21:53 -07:00
name = "jiff-core"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-09-12 13:21:53 -07:00
checksum = "5e52fe76043ccecc9005d2305ebaadf7d7fc0cc89ca6baa10a94d6bc68c7128c"
dependencies = [
2026-09-12 13:21:53 -07:00
"defmt",
"log",
]
[[package]]
name = "jiff-static"
version = "0.2.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "378268a1116ad67ae6228701118ac9f491d78fda38a40a1f1a9e1348de6f7212"
dependencies = [
"jiff-core",
"proc-macro2",
"quote",
2026-09-12 13:21:53 -07:00
"syn 2.0.119",
]
2026-02-03 12:59:01 -08:00
[[package]]
name = "libc"
2026-09-12 13:21:53 -07:00
version = "0.2.189"
2026-02-03 12:59:01 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-09-12 13:21:53 -07:00
checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2"
2026-02-03 12:59:01 -08:00
[[package]]
name = "log"
2026-09-12 13:21:53 -07:00
version = "0.4.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-09-12 13:21:53 -07:00
checksum = "f9f8bd3e56ce4dfc153cf470fffbfa98c7620958b312ca5c3a4b8d5181fd13c6"
[[package]]
name = "memchr"
2026-09-12 13:21:53 -07:00
version = "2.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-09-12 13:21:53 -07:00
checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"
[[package]]
2026-01-02 12:07:01 -08:00
name = "once_cell_polyfill"
version = "1.70.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-01-02 12:07:01 -08:00
checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
2025-02-21 14:20:21 -08:00
2026-02-03 12:59:01 -08:00
[[package]]
name = "password-hash"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
dependencies = [
"base64ct",
"rand_core",
"subtle",
]
[[package]]
name = "portable-atomic"
2026-09-12 13:21:53 -07:00
version = "1.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-09-12 13:21:53 -07:00
checksum = "05c8b63e8d9609db387f0324918f81d68fe27748f084ef092fb35954d0539a85"
[[package]]
name = "portable-atomic-util"
2026-09-12 13:21:53 -07:00
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-09-12 13:21:53 -07:00
checksum = "10ab3eb7f3becc3a1cbc4f2c6f20267996cfc1a6467a873763411b136a122715"
dependencies = [
"portable-atomic",
]
2025-02-21 14:20:21 -08:00
[[package]]
name = "proc-macro2"
2026-09-12 13:21:53 -07:00
version = "1.0.107"
2025-02-21 14:20:21 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-09-12 13:21:53 -07:00
checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
2026-09-12 13:21:53 -07:00
version = "1.0.47"
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-09-12 13:21:53 -07:00
checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
dependencies = [
"proc-macro2",
]
2026-02-03 12:59:01 -08:00
[[package]]
name = "rand_core"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
[[package]]
name = "regex"
2026-09-12 13:21:53 -07:00
version = "1.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-09-12 13:21:53 -07:00
checksum = "f020237b6c8eed93db2e2cb53c00c60a8e1bc73da7d073199a1180401450218d"
dependencies = [
"aho-corasick",
"memchr",
"regex-automata",
"regex-syntax",
]
[[package]]
name = "regex-automata"
2026-09-12 13:21:53 -07:00
version = "0.4.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-09-12 13:21:53 -07:00
checksum = "ad8553b9b26413251cbf30e620595c7a41b3887f03da04579c0e6b0d6a06b4b2"
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
2026-09-12 13:21:53 -07:00
version = "0.8.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-09-12 13:21:53 -07:00
checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
[[package]]
name = "serde_core"
2026-09-12 13:21:53 -07:00
version = "1.0.229"
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-09-12 13:21:53 -07:00
checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2026-09-12 13:21:53 -07:00
version = "1.0.229"
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-09-12 13:21:53 -07:00
checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348"
dependencies = [
"proc-macro2",
"quote",
2026-09-12 13:21:53 -07:00
"syn 3.0.5",
]
[[package]]
name = "server"
version = "0.4.0"
dependencies = [
2026-02-03 12:59:01 -08:00
"argon2",
"clap",
"common",
"env_logger",
"log",
"signal-hook",
]
[[package]]
name = "signal-hook"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2a0c28ca5908dbdbcd52e6fdaa00358ab88637f8ab33e1f188dd510eb44b53d"
dependencies = [
"libc",
"signal-hook-registry",
]
[[package]]
name = "signal-hook-registry"
version = "1.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
dependencies = [
"errno",
"libc",
]
[[package]]
name = "strsim"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2026-02-03 12:59:01 -08:00
[[package]]
name = "subtle"
version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
[[package]]
name = "syn"
2026-09-12 13:21:53 -07:00
version = "2.0.119"
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-09-12 13:21:53 -07:00
checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2026-02-03 12:59:01 -08:00
[[package]]
2026-09-12 13:21:53 -07:00
name = "syn"
version = "3.0.5"
2026-02-03 12:59:01 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-09-12 13:21:53 -07:00
checksum = "12df2e0110f65b775f769bb17ef989067a1d931b2eb822bd4346631eeada89f9"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "thiserror"
version = "2.0.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec86235f5fcc2a73650310756d2ac5b138a5780bbbdfae3eeccec992c435ba4f"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "2.0.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc04cd3e1236dd4a98afca4569f2deb3f120e5422a4023be2cb683f8486292af"
dependencies = [
"proc-macro2",
"quote",
"syn 3.0.5",
]
[[package]]
name = "typenum"
version = "1.20.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"
2026-02-03 12:59:01 -08:00
[[package]]
name = "unicode-ident"
2026-09-12 13:21:53 -07:00
version = "1.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-09-12 13:21:53 -07:00
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
[[package]]
name = "utf8parse"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2026-02-03 12:59:01 -08:00
[[package]]
name = "version_check"
version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2026-01-02 12:07:01 -08:00
[[package]]
name = "windows-link"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
[[package]]
name = "windows-sys"
2026-01-02 12:07:01 -08:00
version = "0.61.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-01-02 12:07:01 -08:00
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
dependencies = [
2026-01-02 12:07:01 -08:00
"windows-link",
]