e4a41f
# This file is automatically @generated by Cargo.
e4a41f
# It is not intended for manual editing.
e4a41f
version = 3
e4a41f
e4a41f
[[package]]
63fe67
name = "ahash"
63fe67
version = "0.7.6"
63fe67
source = "registry+https://github.com/rust-lang/crates.io-index"
63fe67
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
63fe67
dependencies = [
63fe67
 "getrandom",
63fe67
 "once_cell",
63fe67
 "version_check",
63fe67
]
63fe67
63fe67
[[package]]
e4a41f
name = "ansi_term"
cb1cc6
version = "0.12.1"
e4a41f
source = "registry+https://github.com/rust-lang/crates.io-index"
cb1cc6
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
e4a41f
dependencies = [
e4a41f
 "winapi",
e4a41f
]
e4a41f
e4a41f
[[package]]
e4a41f
name = "atty"
e4a41f
version = "0.2.14"
e4a41f
source = "registry+https://github.com/rust-lang/crates.io-index"
e4a41f
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
e4a41f
dependencies = [
e4a41f
 "hermit-abi",
e4a41f
 "libc",
e4a41f
 "winapi",
e4a41f
]
e4a41f
e4a41f
[[package]]
e4a41f
name = "autocfg"
cb1cc6
version = "1.1.0"
e4a41f
source = "registry+https://github.com/rust-lang/crates.io-index"
cb1cc6
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
e4a41f
e4a41f
[[package]]
e4a41f
name = "base64"
63fe67
version = "0.13.1"
e4a41f
source = "registry+https://github.com/rust-lang/crates.io-index"
63fe67
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
e4a41f
e4a41f
[[package]]
e4a41f
name = "bitflags"
9f2552
version = "1.3.2"
e4a41f
source = "registry+https://github.com/rust-lang/crates.io-index"
9f2552
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
e4a41f
e4a41f
[[package]]
e4a41f
name = "byteorder"
e4a41f
version = "1.4.3"
e4a41f
source = "registry+https://github.com/rust-lang/crates.io-index"
e4a41f
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
e4a41f
e4a41f
[[package]]
e4a41f
name = "cbindgen"
e4a41f
version = "0.9.1"
e4a41f
source = "registry+https://github.com/rust-lang/crates.io-index"
e4a41f
checksum = "9daec6140ab4dcd38c3dd57e580b59a621172a526ac79f1527af760a55afeafd"
e4a41f
dependencies = [
e4a41f
 "clap",
e4a41f
 "log",
e4a41f
 "proc-macro2",
e4a41f
 "quote",
e4a41f
 "serde",
e4a41f
 "serde_json",
e4a41f
 "syn",
e4a41f
 "tempfile",
e4a41f
 "toml",
e4a41f
]
e4a41f
e4a41f
[[package]]
e4a41f
name = "cc"
63fe67
version = "1.0.76"
e4a41f
source = "registry+https://github.com/rust-lang/crates.io-index"
63fe67
checksum = "76a284da2e6fe2092f2353e51713435363112dfd60030e22add80be333fb928f"
e4a41f
dependencies = [
e4a41f
 "jobserver",
e4a41f
]
e4a41f
e4a41f
[[package]]
e4a41f
name = "cfg-if"
e4a41f
version = "1.0.0"
e4a41f
source = "registry+https://github.com/rust-lang/crates.io-index"
e4a41f
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
e4a41f
e4a41f
[[package]]
e4a41f
name = "clap"
cb1cc6
version = "2.34.0"
e4a41f
source = "registry+https://github.com/rust-lang/crates.io-index"
cb1cc6
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
e4a41f
dependencies = [
e4a41f
 "ansi_term",
e4a41f
 "atty",
e4a41f
 "bitflags",
e4a41f
 "strsim",
e4a41f
 "textwrap",
e4a41f
 "unicode-width",
e4a41f
 "vec_map",
e4a41f
]
e4a41f
e4a41f
[[package]]
63fe67
name = "concread"
63fe67
version = "0.2.21"
63fe67
source = "registry+https://github.com/rust-lang/crates.io-index"
63fe67
checksum = "dcc9816f5ac93ebd51c37f7f9a6bf2b40dfcd42978ad2aea5d542016e9244cf6"
63fe67
dependencies = [
63fe67
 "ahash",
63fe67
 "crossbeam",
63fe67
 "crossbeam-epoch",
63fe67
 "crossbeam-utils",
63fe67
 "lru",
63fe67
 "parking_lot",
63fe67
 "rand",
63fe67
 "smallvec",
63fe67
 "tokio",
63fe67
]
63fe67
63fe67
[[package]]
63fe67
name = "crossbeam"
63fe67
version = "0.8.2"
63fe67
source = "registry+https://github.com/rust-lang/crates.io-index"
63fe67
checksum = "2801af0d36612ae591caa9568261fddce32ce6e08a7275ea334a06a4ad021a2c"
63fe67
dependencies = [
63fe67
 "cfg-if",
63fe67
 "crossbeam-channel",
63fe67
 "crossbeam-deque",
63fe67
 "crossbeam-epoch",
63fe67
 "crossbeam-queue",
63fe67
 "crossbeam-utils",
63fe67
]
63fe67
63fe67
[[package]]
63fe67
name = "crossbeam-channel"
63fe67
version = "0.5.6"
63fe67
source = "registry+https://github.com/rust-lang/crates.io-index"
63fe67
checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
63fe67
dependencies = [
63fe67
 "cfg-if",
63fe67
 "crossbeam-utils",
63fe67
]
63fe67
63fe67
[[package]]
63fe67
name = "crossbeam-deque"
63fe67
version = "0.8.2"
63fe67
source = "registry+https://github.com/rust-lang/crates.io-index"
63fe67
checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"
63fe67
dependencies = [
63fe67
 "cfg-if",
63fe67
 "crossbeam-epoch",
63fe67
 "crossbeam-utils",
63fe67
]
63fe67
63fe67
[[package]]
63fe67
name = "crossbeam-epoch"
63fe67
version = "0.9.11"
63fe67
source = "registry+https://github.com/rust-lang/crates.io-index"
63fe67
checksum = "f916dfc5d356b0ed9dae65f1db9fc9770aa2851d2662b988ccf4fe3516e86348"
63fe67
dependencies = [
63fe67
 "autocfg",
63fe67
 "cfg-if",
63fe67
 "crossbeam-utils",
63fe67
 "memoffset",
63fe67
 "scopeguard",
63fe67
]
63fe67
63fe67
[[package]]
63fe67
name = "crossbeam-queue"
63fe67
version = "0.3.6"
63fe67
source = "registry+https://github.com/rust-lang/crates.io-index"
63fe67
checksum = "1cd42583b04998a5363558e5f9291ee5a5ff6b49944332103f251e7479a82aa7"
63fe67
dependencies = [
63fe67
 "cfg-if",
63fe67
 "crossbeam-utils",
63fe67
]
63fe67
63fe67
[[package]]
63fe67
name = "crossbeam-utils"
63fe67
version = "0.8.12"
63fe67
source = "registry+https://github.com/rust-lang/crates.io-index"
63fe67
checksum = "edbafec5fa1f196ca66527c1b12c2ec4745ca14b50f1ad8f9f6f720b55d11fac"
63fe67
dependencies = [
63fe67
 "cfg-if",
63fe67
]
63fe67
63fe67
[[package]]
e4a41f
name = "entryuuid"
e4a41f
version = "0.1.0"
e4a41f
dependencies = [
e4a41f
 "cc",
e4a41f
 "libc",
e4a41f
 "paste",
e4a41f
 "slapi_r_plugin",
e4a41f
 "uuid",
e4a41f
]
e4a41f
e4a41f
[[package]]
e4a41f
name = "entryuuid_syntax"
e4a41f
version = "0.1.0"
e4a41f
dependencies = [
e4a41f
 "cc",
e4a41f
 "libc",
e4a41f
 "paste",
e4a41f
 "slapi_r_plugin",
e4a41f
 "uuid",
e4a41f
]
e4a41f
e4a41f
[[package]]
cb1cc6
name = "fastrand"
63fe67
version = "1.8.0"
cb1cc6
source = "registry+https://github.com/rust-lang/crates.io-index"
63fe67
checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
cb1cc6
dependencies = [
cb1cc6
 "instant",
cb1cc6
]
cb1cc6
cb1cc6
[[package]]
e4a41f
name = "fernet"
e4a41f
version = "0.1.4"
e4a41f
source = "registry+https://github.com/rust-lang/crates.io-index"
e4a41f
checksum = "93804560e638370a8be6d59ce71ed803e55e230abdbf42598e666b41adda9b1f"
e4a41f
dependencies = [
e4a41f
 "base64",
e4a41f
 "byteorder",
e4a41f
 "getrandom",
e4a41f
 "openssl",
e4a41f
 "zeroize",
e4a41f
]
e4a41f
e4a41f
[[package]]
e4a41f
name = "foreign-types"
e4a41f
version = "0.3.2"
e4a41f
source = "registry+https://github.com/rust-lang/crates.io-index"
e4a41f
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
e4a41f
dependencies = [
e4a41f
 "foreign-types-shared",
e4a41f
]
e4a41f
e4a41f
[[package]]
e4a41f
name = "foreign-types-shared"
e4a41f
version = "0.1.1"
e4a41f
source = "registry+https://github.com/rust-lang/crates.io-index"
e4a41f
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
e4a41f
e4a41f
[[package]]
e4a41f
name = "getrandom"
63fe67
version = "0.2.8"
e4a41f
source = "registry+https://github.com/rust-lang/crates.io-index"
63fe67
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
e4a41f
dependencies = [
e4a41f
 "cfg-if",
e4a41f
 "libc",
e4a41f
 "wasi",
e4a41f
]
e4a41f
e4a41f
[[package]]
63fe67
name = "hashbrown"
63fe67
version = "0.12.3"
63fe67
source = "registry+https://github.com/rust-lang/crates.io-index"
63fe67
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
63fe67
dependencies = [
63fe67
 "ahash",
63fe67
]
63fe67
63fe67
[[package]]
e4a41f
name = "hermit-abi"
9f2552
version = "0.1.19"
e4a41f
source = "registry+https://github.com/rust-lang/crates.io-index"
9f2552
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
e4a41f
dependencies = [
e4a41f
 "libc",
e4a41f
]
e4a41f
e4a41f
[[package]]
cb1cc6
name = "instant"
cb1cc6
version = "0.1.12"
cb1cc6
source = "registry+https://github.com/rust-lang/crates.io-index"
cb1cc6
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
cb1cc6
dependencies = [
cb1cc6
 "cfg-if",
cb1cc6
]
cb1cc6
cb1cc6
[[package]]
e4a41f
name = "itoa"
63fe67
version = "1.0.4"
e4a41f
source = "registry+https://github.com/rust-lang/crates.io-index"
63fe67
checksum = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc"
e4a41f
e4a41f
[[package]]
e4a41f
name = "jobserver"
63fe67
version = "0.1.25"
e4a41f
source = "registry+https://github.com/rust-lang/crates.io-index"
63fe67
checksum = "068b1ee6743e4d11fb9c6a1e6064b3693a1b600e7f5f5988047d98b3dc9fb90b"
e4a41f
dependencies = [
e4a41f
 "libc",
e4a41f
]
e4a41f
e4a41f
[[package]]
e4a41f
name = "libc"
63fe67
version = "0.2.137"
e4a41f
source = "registry+https://github.com/rust-lang/crates.io-index"
63fe67
checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"
e4a41f
e4a41f
[[package]]
e4a41f
name = "librnsslapd"
e4a41f
version = "0.1.0"
e4a41f
dependencies = [
e4a41f
 "cbindgen",
e4a41f
 "libc",
e4a41f
 "slapd",
e4a41f
]
e4a41f
e4a41f
[[package]]
e4a41f
name = "librslapd"
e4a41f
version = "0.1.0"
e4a41f
dependencies = [
e4a41f
 "cbindgen",
63fe67
 "concread",
e4a41f
 "libc",
e4a41f
 "slapd",
e4a41f
]
e4a41f
e4a41f
[[package]]
63fe67
name = "lock_api"
63fe67
version = "0.4.9"
63fe67
source = "registry+https://github.com/rust-lang/crates.io-index"
63fe67
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
63fe67
dependencies = [
63fe67
 "autocfg",
63fe67
 "scopeguard",
63fe67
]
63fe67
63fe67
[[package]]
e4a41f
name = "log"
cb1cc6
version = "0.4.17"
e4a41f
source = "registry+https://github.com/rust-lang/crates.io-index"
cb1cc6
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
e4a41f
dependencies = [
e4a41f
 "cfg-if",
e4a41f
]
e4a41f
e4a41f
[[package]]
63fe67
name = "lru"
63fe67
version = "0.7.8"
63fe67
source = "registry+https://github.com/rust-lang/crates.io-index"
63fe67
checksum = "e999beba7b6e8345721bd280141ed958096a2e4abdf74f67ff4ce49b4b54e47a"
63fe67
dependencies = [
63fe67
 "hashbrown",
63fe67
]
63fe67
63fe67
[[package]]
63fe67
name = "memoffset"
63fe67
version = "0.6.5"
63fe67
source = "registry+https://github.com/rust-lang/crates.io-index"
63fe67
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
63fe67
dependencies = [
63fe67
 "autocfg",
63fe67
]
63fe67
63fe67
[[package]]
e4a41f
name = "once_cell"
63fe67
version = "1.16.0"
e4a41f
source = "registry+https://github.com/rust-lang/crates.io-index"
63fe67
checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
e4a41f
e4a41f
[[package]]
e4a41f
name = "openssl"
63fe67
version = "0.10.42"
e4a41f
source = "registry+https://github.com/rust-lang/crates.io-index"
63fe67
checksum = "12fc0523e3bd51a692c8850d075d74dc062ccf251c0110668cbd921917118a13"
e4a41f
dependencies = [
e4a41f
 "bitflags",
e4a41f
 "cfg-if",
e4a41f
 "foreign-types",
e4a41f
 "libc",
e4a41f
 "once_cell",
cb1cc6
 "openssl-macros",
e4a41f
 "openssl-sys",
e4a41f
]
e4a41f
e4a41f
[[package]]
cb1cc6
name = "openssl-macros"
cb1cc6
version = "0.1.0"
cb1cc6
source = "registry+https://github.com/rust-lang/crates.io-index"
cb1cc6
checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c"
cb1cc6
dependencies = [
cb1cc6
 "proc-macro2",
cb1cc6
 "quote",
cb1cc6
 "syn",
cb1cc6
]
cb1cc6
cb1cc6
[[package]]
e4a41f
name = "openssl-sys"
63fe67
version = "0.9.77"
e4a41f
source = "registry+https://github.com/rust-lang/crates.io-index"
63fe67
checksum = "b03b84c3b2d099b81f0953422b4d4ad58761589d0229b5506356afca05a3670a"
e4a41f
dependencies = [
e4a41f
 "autocfg",
e4a41f
 "cc",
e4a41f
 "libc",
e4a41f
 "pkg-config",
e4a41f
 "vcpkg",
e4a41f
]
e4a41f
e4a41f
[[package]]
63fe67
name = "parking_lot"
63fe67
version = "0.11.2"
63fe67
source = "registry+https://github.com/rust-lang/crates.io-index"
63fe67
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
63fe67
dependencies = [
63fe67
 "instant",
63fe67
 "lock_api",
63fe67
 "parking_lot_core",
63fe67
]
63fe67
63fe67
[[package]]
63fe67
name = "parking_lot_core"
63fe67
version = "0.8.5"
63fe67
source = "registry+https://github.com/rust-lang/crates.io-index"
63fe67
checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
63fe67
dependencies = [
63fe67
 "cfg-if",
63fe67
 "instant",
63fe67
 "libc",
63fe67
 "redox_syscall",
63fe67
 "smallvec",
63fe67
 "winapi",
63fe67
]
63fe67
63fe67
[[package]]
e4a41f
name = "paste"
e4a41f
version = "0.1.18"
e4a41f
source = "registry+https://github.com/rust-lang/crates.io-index"
e4a41f
checksum = "45ca20c77d80be666aef2b45486da86238fabe33e38306bd3118fe4af33fa880"
e4a41f
dependencies = [
e4a41f
 "paste-impl",
e4a41f
 "proc-macro-hack",
e4a41f
]
e4a41f
e4a41f
[[package]]
e4a41f
name = "paste-impl"
e4a41f
version = "0.1.18"
e4a41f
source = "registry+https://github.com/rust-lang/crates.io-index"
e4a41f
checksum = "d95a7db200b97ef370c8e6de0088252f7e0dfff7d047a28528e47456c0fc98b6"
e4a41f
dependencies = [
e4a41f
 "proc-macro-hack",
e4a41f
]
e4a41f
e4a41f
[[package]]
63fe67
name = "pin-project-lite"
63fe67
version = "0.2.9"
63fe67
source = "registry+https://github.com/rust-lang/crates.io-index"
63fe67
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
63fe67
63fe67
[[package]]
e4a41f
name = "pkg-config"
63fe67
version = "0.3.26"
63fe67
source = "registry+https://github.com/rust-lang/crates.io-index"
63fe67
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
63fe67
63fe67
[[package]]
63fe67
name = "ppv-lite86"
63fe67
version = "0.2.17"
e4a41f
source = "registry+https://github.com/rust-lang/crates.io-index"
63fe67
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
e4a41f
e4a41f
[[package]]
e4a41f
name = "proc-macro-hack"
e4a41f
version = "0.5.19"
e4a41f
source = "registry+https://github.com/rust-lang/crates.io-index"
e4a41f
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
e4a41f
e4a41f
[[package]]
e4a41f
name = "proc-macro2"
63fe67
version = "1.0.47"
e4a41f
source = "registry+https://github.com/rust-lang/crates.io-index"
63fe67
checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"
e4a41f
dependencies = [
63fe67
 "unicode-ident",
63fe67
]
63fe67
63fe67
[[package]]
63fe67
name = "pwdchan"
63fe67
version = "0.1.0"
63fe67
dependencies = [
63fe67
 "base64",
63fe67
 "cc",
63fe67
 "libc",
63fe67
 "openssl",
63fe67
 "paste",
63fe67
 "slapi_r_plugin",
63fe67
 "uuid",
e4a41f
]
e4a41f
e4a41f
[[package]]
e4a41f
name = "quote"
63fe67
version = "1.0.21"
e4a41f
source = "registry+https://github.com/rust-lang/crates.io-index"
63fe67
checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
e4a41f
dependencies = [
e4a41f
 "proc-macro2",
e4a41f
]
e4a41f
e4a41f
[[package]]
63fe67
name = "rand"
63fe67
version = "0.8.5"
63fe67
source = "registry+https://github.com/rust-lang/crates.io-index"
63fe67
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
63fe67
dependencies = [
63fe67
 "libc",
63fe67
 "rand_chacha",
63fe67
 "rand_core",
63fe67
]
63fe67
63fe67
[[package]]
63fe67
name = "rand_chacha"
63fe67
version = "0.3.1"
63fe67
source = "registry+https://github.com/rust-lang/crates.io-index"
63fe67
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
63fe67
dependencies = [
63fe67
 "ppv-lite86",
63fe67
 "rand_core",
63fe67
]
63fe67
63fe67
[[package]]
63fe67
name = "rand_core"
63fe67
version = "0.6.4"
63fe67
source = "registry+https://github.com/rust-lang/crates.io-index"
63fe67
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
63fe67
dependencies = [
63fe67
 "getrandom",
63fe67
]
63fe67
63fe67
[[package]]
e4a41f
name = "redox_syscall"
63fe67
version = "0.2.16"
e4a41f
source = "registry+https://github.com/rust-lang/crates.io-index"
63fe67
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
e4a41f
dependencies = [
e4a41f
 "bitflags",
e4a41f
]
e4a41f
e4a41f
[[package]]
e4a41f
name = "remove_dir_all"
e4a41f
version = "0.5.3"
e4a41f
source = "registry+https://github.com/rust-lang/crates.io-index"
e4a41f
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
e4a41f
dependencies = [
e4a41f
 "winapi",
e4a41f
]
e4a41f
e4a41f
[[package]]
e4a41f
name = "rsds"
e4a41f
version = "0.1.0"
e4a41f
e4a41f
[[package]]
e4a41f
name = "ryu"
63fe67
version = "1.0.11"
e4a41f
source = "registry+https://github.com/rust-lang/crates.io-index"
63fe67
checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"
63fe67
63fe67
[[package]]
63fe67
name = "scopeguard"
63fe67
version = "1.1.0"
63fe67
source = "registry+https://github.com/rust-lang/crates.io-index"
63fe67
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
e4a41f
e4a41f
[[package]]
e4a41f
name = "serde"
63fe67
version = "1.0.147"
e4a41f
source = "registry+https://github.com/rust-lang/crates.io-index"
63fe67
checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965"
e4a41f
dependencies = [
e4a41f
 "serde_derive",
e4a41f
]
e4a41f
e4a41f
[[package]]
e4a41f
name = "serde_derive"
63fe67
version = "1.0.147"
e4a41f
source = "registry+https://github.com/rust-lang/crates.io-index"
63fe67
checksum = "4f1d362ca8fc9c3e3a7484440752472d68a6caa98f1ab81d99b5dfe517cec852"
e4a41f
dependencies = [
e4a41f
 "proc-macro2",
e4a41f
 "quote",
e4a41f
 "syn",
e4a41f
]
e4a41f
e4a41f
[[package]]
e4a41f
name = "serde_json"
63fe67
version = "1.0.87"
e4a41f
source = "registry+https://github.com/rust-lang/crates.io-index"
63fe67
checksum = "6ce777b7b150d76b9cf60d28b55f5847135a003f7d7350c6be7a773508ce7d45"
e4a41f
dependencies = [
e4a41f
 "itoa",
e4a41f
 "ryu",
e4a41f
 "serde",
e4a41f
]
e4a41f
e4a41f
[[package]]
e4a41f
name = "slapd"
e4a41f
version = "0.1.0"
e4a41f
dependencies = [
e4a41f
 "fernet",
e4a41f
]
e4a41f
e4a41f
[[package]]
e4a41f
name = "slapi_r_plugin"
e4a41f
version = "0.1.0"
e4a41f
dependencies = [
e4a41f
 "libc",
e4a41f
 "paste",
e4a41f
 "uuid",
e4a41f
]
e4a41f
e4a41f
[[package]]
63fe67
name = "smallvec"
63fe67
version = "1.10.0"
63fe67
source = "registry+https://github.com/rust-lang/crates.io-index"
63fe67
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
63fe67
63fe67
[[package]]
e4a41f
name = "strsim"
e4a41f
version = "0.8.0"
e4a41f
source = "registry+https://github.com/rust-lang/crates.io-index"
e4a41f
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
e4a41f
e4a41f
[[package]]
e4a41f
name = "syn"
63fe67
version = "1.0.103"
e4a41f
source = "registry+https://github.com/rust-lang/crates.io-index"
63fe67
checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d"
e4a41f
dependencies = [
e4a41f
 "proc-macro2",
e4a41f
 "quote",
63fe67
 "unicode-ident",
e4a41f
]
e4a41f
e4a41f
[[package]]
e4a41f
name = "synstructure"
9f2552
version = "0.12.6"
e4a41f
source = "registry+https://github.com/rust-lang/crates.io-index"
9f2552
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
e4a41f
dependencies = [
e4a41f
 "proc-macro2",
e4a41f
 "quote",
e4a41f
 "syn",
e4a41f
 "unicode-xid",
e4a41f
]
e4a41f
e4a41f
[[package]]
e4a41f
name = "tempfile"
cb1cc6
version = "3.3.0"
e4a41f
source = "registry+https://github.com/rust-lang/crates.io-index"
cb1cc6
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
e4a41f
dependencies = [
e4a41f
 "cfg-if",
cb1cc6
 "fastrand",
e4a41f
 "libc",
e4a41f
 "redox_syscall",
e4a41f
 "remove_dir_all",
e4a41f
 "winapi",
e4a41f
]
e4a41f
e4a41f
[[package]]
e4a41f
name = "textwrap"
e4a41f
version = "0.11.0"
e4a41f
source = "registry+https://github.com/rust-lang/crates.io-index"
e4a41f
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
e4a41f
dependencies = [
e4a41f
 "unicode-width",
e4a41f
]
e4a41f
e4a41f
[[package]]
63fe67
name = "tokio"
63fe67
version = "1.21.2"
63fe67
source = "registry+https://github.com/rust-lang/crates.io-index"
63fe67
checksum = "a9e03c497dc955702ba729190dc4aac6f2a0ce97f913e5b1b5912fc5039d9099"
63fe67
dependencies = [
63fe67
 "autocfg",
63fe67
 "pin-project-lite",
63fe67
 "tokio-macros",
63fe67
]
63fe67
63fe67
[[package]]
63fe67
name = "tokio-macros"
63fe67
version = "1.8.0"
63fe67
source = "registry+https://github.com/rust-lang/crates.io-index"
63fe67
checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484"
63fe67
dependencies = [
63fe67
 "proc-macro2",
63fe67
 "quote",
63fe67
 "syn",
63fe67
]
63fe67
63fe67
[[package]]
e4a41f
name = "toml"
cb1cc6
version = "0.5.9"
e4a41f
source = "registry+https://github.com/rust-lang/crates.io-index"
cb1cc6
checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
e4a41f
dependencies = [
e4a41f
 "serde",
e4a41f
]
e4a41f
e4a41f
[[package]]
63fe67
name = "unicode-ident"
63fe67
version = "1.0.5"
63fe67
source = "registry+https://github.com/rust-lang/crates.io-index"
63fe67
checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
63fe67
63fe67
[[package]]
e4a41f
name = "unicode-width"
63fe67
version = "0.1.10"
e4a41f
source = "registry+https://github.com/rust-lang/crates.io-index"
63fe67
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
e4a41f
e4a41f
[[package]]
e4a41f
name = "unicode-xid"
63fe67
version = "0.2.4"
e4a41f
source = "registry+https://github.com/rust-lang/crates.io-index"
63fe67
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
e4a41f
e4a41f
[[package]]
e4a41f
name = "uuid"
e4a41f
version = "0.8.2"
e4a41f
source = "registry+https://github.com/rust-lang/crates.io-index"
e4a41f
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
e4a41f
dependencies = [
e4a41f
 "getrandom",
e4a41f
]
e4a41f
e4a41f
[[package]]
e4a41f
name = "vcpkg"
9f2552
version = "0.2.15"
e4a41f
source = "registry+https://github.com/rust-lang/crates.io-index"
9f2552
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
e4a41f
e4a41f
[[package]]
e4a41f
name = "vec_map"
e4a41f
version = "0.8.2"
e4a41f
source = "registry+https://github.com/rust-lang/crates.io-index"
e4a41f
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
e4a41f
e4a41f
[[package]]
63fe67
name = "version_check"
63fe67
version = "0.9.4"
63fe67
source = "registry+https://github.com/rust-lang/crates.io-index"
63fe67
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
63fe67
63fe67
[[package]]
e4a41f
name = "wasi"
63fe67
version = "0.11.0+wasi-snapshot-preview1"
e4a41f
source = "registry+https://github.com/rust-lang/crates.io-index"
63fe67
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
e4a41f
e4a41f
[[package]]
e4a41f
name = "winapi"
e4a41f
version = "0.3.9"
e4a41f
source = "registry+https://github.com/rust-lang/crates.io-index"
e4a41f
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
e4a41f
dependencies = [
e4a41f
 "winapi-i686-pc-windows-gnu",
e4a41f
 "winapi-x86_64-pc-windows-gnu",
e4a41f
]
e4a41f
e4a41f
[[package]]
e4a41f
name = "winapi-i686-pc-windows-gnu"
e4a41f
version = "0.4.0"
e4a41f
source = "registry+https://github.com/rust-lang/crates.io-index"
e4a41f
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
e4a41f
e4a41f
[[package]]
e4a41f
name = "winapi-x86_64-pc-windows-gnu"
e4a41f
version = "0.4.0"
e4a41f
source = "registry+https://github.com/rust-lang/crates.io-index"
e4a41f
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
e4a41f
e4a41f
[[package]]
e4a41f
name = "zeroize"
63fe67
version = "1.5.7"
e4a41f
source = "registry+https://github.com/rust-lang/crates.io-index"
63fe67
checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f"
e4a41f
dependencies = [
e4a41f
 "zeroize_derive",
e4a41f
]
e4a41f
e4a41f
[[package]]
e4a41f
name = "zeroize_derive"
cb1cc6
version = "1.3.2"
e4a41f
source = "registry+https://github.com/rust-lang/crates.io-index"
cb1cc6
checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17"
e4a41f
dependencies = [
e4a41f
 "proc-macro2",
e4a41f
 "quote",
e4a41f
 "syn",
e4a41f
 "synstructure",
e4a41f
]