b8da0b
# This file is automatically @generated by Cargo.
b8da0b
# It is not intended for manual editing.
b8da0b
version = 3
b8da0b
b8da0b
[[package]]
b8da0b
name = "ansi_term"
b8da0b
version = "0.11.0"
b8da0b
source = "registry+https://github.com/rust-lang/crates.io-index"
b8da0b
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
b8da0b
dependencies = [
b8da0b
 "winapi",
b8da0b
]
b8da0b
b8da0b
[[package]]
b8da0b
name = "atty"
b8da0b
version = "0.2.14"
b8da0b
source = "registry+https://github.com/rust-lang/crates.io-index"
b8da0b
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
b8da0b
dependencies = [
b8da0b
 "hermit-abi",
b8da0b
 "libc",
b8da0b
 "winapi",
b8da0b
]
b8da0b
b8da0b
[[package]]
b8da0b
name = "autocfg"
b8da0b
version = "1.0.1"
b8da0b
source = "registry+https://github.com/rust-lang/crates.io-index"
b8da0b
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
b8da0b
b8da0b
[[package]]
b8da0b
name = "base64"
b8da0b
version = "0.13.0"
b8da0b
source = "registry+https://github.com/rust-lang/crates.io-index"
b8da0b
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
b8da0b
b8da0b
[[package]]
b8da0b
name = "bitflags"
b8da0b
version = "1.2.1"
b8da0b
source = "registry+https://github.com/rust-lang/crates.io-index"
b8da0b
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
b8da0b
b8da0b
[[package]]
b8da0b
name = "byteorder"
b8da0b
version = "1.4.3"
b8da0b
source = "registry+https://github.com/rust-lang/crates.io-index"
b8da0b
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
b8da0b
b8da0b
[[package]]
b8da0b
name = "cbindgen"
b8da0b
version = "0.9.1"
b8da0b
source = "registry+https://github.com/rust-lang/crates.io-index"
b8da0b
checksum = "9daec6140ab4dcd38c3dd57e580b59a621172a526ac79f1527af760a55afeafd"
b8da0b
dependencies = [
b8da0b
 "clap",
b8da0b
 "log",
b8da0b
 "proc-macro2",
b8da0b
 "quote",
b8da0b
 "serde",
b8da0b
 "serde_json",
b8da0b
 "syn",
b8da0b
 "tempfile",
b8da0b
 "toml",
b8da0b
]
b8da0b
b8da0b
[[package]]
b8da0b
name = "cc"
b8da0b
version = "1.0.68"
b8da0b
source = "registry+https://github.com/rust-lang/crates.io-index"
b8da0b
checksum = "4a72c244c1ff497a746a7e1fb3d14bd08420ecda70c8f25c7112f2781652d787"
b8da0b
dependencies = [
b8da0b
 "jobserver",
b8da0b
]
b8da0b
b8da0b
[[package]]
b8da0b
name = "cfg-if"
b8da0b
version = "1.0.0"
b8da0b
source = "registry+https://github.com/rust-lang/crates.io-index"
b8da0b
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
b8da0b
b8da0b
[[package]]
b8da0b
name = "clap"
b8da0b
version = "2.33.3"
b8da0b
source = "registry+https://github.com/rust-lang/crates.io-index"
b8da0b
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
b8da0b
dependencies = [
b8da0b
 "ansi_term",
b8da0b
 "atty",
b8da0b
 "bitflags",
b8da0b
 "strsim",
b8da0b
 "textwrap",
b8da0b
 "unicode-width",
b8da0b
 "vec_map",
b8da0b
]
b8da0b
b8da0b
[[package]]
b8da0b
name = "entryuuid"
b8da0b
version = "0.1.0"
b8da0b
dependencies = [
b8da0b
 "cc",
b8da0b
 "libc",
b8da0b
 "paste",
b8da0b
 "slapi_r_plugin",
b8da0b
 "uuid",
b8da0b
]
b8da0b
b8da0b
[[package]]
b8da0b
name = "entryuuid_syntax"
b8da0b
version = "0.1.0"
b8da0b
dependencies = [
b8da0b
 "cc",
b8da0b
 "libc",
b8da0b
 "paste",
b8da0b
 "slapi_r_plugin",
b8da0b
 "uuid",
b8da0b
]
b8da0b
b8da0b
[[package]]
b8da0b
name = "fernet"
b8da0b
version = "0.1.4"
b8da0b
source = "registry+https://github.com/rust-lang/crates.io-index"
b8da0b
checksum = "93804560e638370a8be6d59ce71ed803e55e230abdbf42598e666b41adda9b1f"
b8da0b
dependencies = [
b8da0b
 "base64",
b8da0b
 "byteorder",
b8da0b
 "getrandom",
b8da0b
 "openssl",
b8da0b
 "zeroize",
b8da0b
]
b8da0b
b8da0b
[[package]]
b8da0b
name = "foreign-types"
b8da0b
version = "0.3.2"
b8da0b
source = "registry+https://github.com/rust-lang/crates.io-index"
b8da0b
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
b8da0b
dependencies = [
b8da0b
 "foreign-types-shared",
b8da0b
]
b8da0b
b8da0b
[[package]]
b8da0b
name = "foreign-types-shared"
b8da0b
version = "0.1.1"
b8da0b
source = "registry+https://github.com/rust-lang/crates.io-index"
b8da0b
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
b8da0b
b8da0b
[[package]]
b8da0b
name = "getrandom"
b8da0b
version = "0.2.3"
b8da0b
source = "registry+https://github.com/rust-lang/crates.io-index"
b8da0b
checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
b8da0b
dependencies = [
b8da0b
 "cfg-if",
b8da0b
 "libc",
b8da0b
 "wasi",
b8da0b
]
b8da0b
b8da0b
[[package]]
b8da0b
name = "hermit-abi"
b8da0b
version = "0.1.18"
b8da0b
source = "registry+https://github.com/rust-lang/crates.io-index"
b8da0b
checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
b8da0b
dependencies = [
b8da0b
 "libc",
b8da0b
]
b8da0b
b8da0b
[[package]]
b8da0b
name = "itoa"
b8da0b
version = "0.4.7"
b8da0b
source = "registry+https://github.com/rust-lang/crates.io-index"
b8da0b
checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
b8da0b
b8da0b
[[package]]
b8da0b
name = "jobserver"
b8da0b
version = "0.1.22"
b8da0b
source = "registry+https://github.com/rust-lang/crates.io-index"
b8da0b
checksum = "972f5ae5d1cb9c6ae417789196c803205313edde988685da5e3aae0827b9e7fd"
b8da0b
dependencies = [
b8da0b
 "libc",
b8da0b
]
b8da0b
b8da0b
[[package]]
b8da0b
name = "lazy_static"
b8da0b
version = "1.4.0"
b8da0b
source = "registry+https://github.com/rust-lang/crates.io-index"
b8da0b
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
b8da0b
b8da0b
[[package]]
b8da0b
name = "libc"
b8da0b
version = "0.2.95"
b8da0b
source = "registry+https://github.com/rust-lang/crates.io-index"
b8da0b
checksum = "789da6d93f1b866ffe175afc5322a4d76c038605a1c3319bb57b06967ca98a36"
b8da0b
b8da0b
[[package]]
b8da0b
name = "librnsslapd"
b8da0b
version = "0.1.0"
b8da0b
dependencies = [
b8da0b
 "cbindgen",
b8da0b
 "libc",
b8da0b
 "slapd",
b8da0b
]
b8da0b
b8da0b
[[package]]
b8da0b
name = "librslapd"
b8da0b
version = "0.1.0"
b8da0b
dependencies = [
b8da0b
 "cbindgen",
b8da0b
 "libc",
b8da0b
 "slapd",
b8da0b
]
b8da0b
b8da0b
[[package]]
b8da0b
name = "log"
b8da0b
version = "0.4.14"
b8da0b
source = "registry+https://github.com/rust-lang/crates.io-index"
b8da0b
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
b8da0b
dependencies = [
b8da0b
 "cfg-if",
b8da0b
]
b8da0b
b8da0b
[[package]]
b8da0b
name = "once_cell"
b8da0b
version = "1.7.2"
b8da0b
source = "registry+https://github.com/rust-lang/crates.io-index"
b8da0b
checksum = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3"
b8da0b
b8da0b
[[package]]
b8da0b
name = "openssl"
b8da0b
version = "0.10.34"
b8da0b
source = "registry+https://github.com/rust-lang/crates.io-index"
b8da0b
checksum = "6d7830286ad6a3973c0f1d9b73738f69c76b739301d0229c4b96501695cbe4c8"
b8da0b
dependencies = [
b8da0b
 "bitflags",
b8da0b
 "cfg-if",
b8da0b
 "foreign-types",
b8da0b
 "libc",
b8da0b
 "once_cell",
b8da0b
 "openssl-sys",
b8da0b
]
b8da0b
b8da0b
[[package]]
b8da0b
name = "openssl-sys"
b8da0b
version = "0.9.63"
b8da0b
source = "registry+https://github.com/rust-lang/crates.io-index"
b8da0b
checksum = "b6b0d6fb7d80f877617dfcb014e605e2b5ab2fb0afdf27935219bb6bd984cb98"
b8da0b
dependencies = [
b8da0b
 "autocfg",
b8da0b
 "cc",
b8da0b
 "libc",
b8da0b
 "pkg-config",
b8da0b
 "vcpkg",
b8da0b
]
b8da0b
b8da0b
[[package]]
b8da0b
name = "paste"
b8da0b
version = "0.1.18"
b8da0b
source = "registry+https://github.com/rust-lang/crates.io-index"
b8da0b
checksum = "45ca20c77d80be666aef2b45486da86238fabe33e38306bd3118fe4af33fa880"
b8da0b
dependencies = [
b8da0b
 "paste-impl",
b8da0b
 "proc-macro-hack",
b8da0b
]
b8da0b
b8da0b
[[package]]
b8da0b
name = "paste-impl"
b8da0b
version = "0.1.18"
b8da0b
source = "registry+https://github.com/rust-lang/crates.io-index"
b8da0b
checksum = "d95a7db200b97ef370c8e6de0088252f7e0dfff7d047a28528e47456c0fc98b6"
b8da0b
dependencies = [
b8da0b
 "proc-macro-hack",
b8da0b
]
b8da0b
b8da0b
[[package]]
b8da0b
name = "pkg-config"
b8da0b
version = "0.3.19"
b8da0b
source = "registry+https://github.com/rust-lang/crates.io-index"
b8da0b
checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
b8da0b
b8da0b
[[package]]
b8da0b
name = "ppv-lite86"
b8da0b
version = "0.2.10"
b8da0b
source = "registry+https://github.com/rust-lang/crates.io-index"
b8da0b
checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
b8da0b
b8da0b
[[package]]
b8da0b
name = "proc-macro-hack"
b8da0b
version = "0.5.19"
b8da0b
source = "registry+https://github.com/rust-lang/crates.io-index"
b8da0b
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
b8da0b
b8da0b
[[package]]
b8da0b
name = "proc-macro2"
b8da0b
version = "1.0.27"
b8da0b
source = "registry+https://github.com/rust-lang/crates.io-index"
b8da0b
checksum = "f0d8caf72986c1a598726adc988bb5984792ef84f5ee5aa50209145ee8077038"
b8da0b
dependencies = [
b8da0b
 "unicode-xid",
b8da0b
]
b8da0b
b8da0b
[[package]]
b8da0b
name = "quote"
b8da0b
version = "1.0.9"
b8da0b
source = "registry+https://github.com/rust-lang/crates.io-index"
b8da0b
checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
b8da0b
dependencies = [
b8da0b
 "proc-macro2",
b8da0b
]
b8da0b
b8da0b
[[package]]
b8da0b
name = "rand"
b8da0b
version = "0.8.3"
b8da0b
source = "registry+https://github.com/rust-lang/crates.io-index"
b8da0b
checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e"
b8da0b
dependencies = [
b8da0b
 "libc",
b8da0b
 "rand_chacha",
b8da0b
 "rand_core",
b8da0b
 "rand_hc",
b8da0b
]
b8da0b
b8da0b
[[package]]
b8da0b
name = "rand_chacha"
b8da0b
version = "0.3.0"
b8da0b
source = "registry+https://github.com/rust-lang/crates.io-index"
b8da0b
checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
b8da0b
dependencies = [
b8da0b
 "ppv-lite86",
b8da0b
 "rand_core",
b8da0b
]
b8da0b
b8da0b
[[package]]
b8da0b
name = "rand_core"
b8da0b
version = "0.6.2"
b8da0b
source = "registry+https://github.com/rust-lang/crates.io-index"
b8da0b
checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
b8da0b
dependencies = [
b8da0b
 "getrandom",
b8da0b
]
b8da0b
b8da0b
[[package]]
b8da0b
name = "rand_hc"
b8da0b
version = "0.3.0"
b8da0b
source = "registry+https://github.com/rust-lang/crates.io-index"
b8da0b
checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
b8da0b
dependencies = [
b8da0b
 "rand_core",
b8da0b
]
b8da0b
b8da0b
[[package]]
b8da0b
name = "redox_syscall"
b8da0b
version = "0.2.8"
b8da0b
source = "registry+https://github.com/rust-lang/crates.io-index"
b8da0b
checksum = "742739e41cd49414de871ea5e549afb7e2a3ac77b589bcbebe8c82fab37147fc"
b8da0b
dependencies = [
b8da0b
 "bitflags",
b8da0b
]
b8da0b
b8da0b
[[package]]
b8da0b
name = "remove_dir_all"
b8da0b
version = "0.5.3"
b8da0b
source = "registry+https://github.com/rust-lang/crates.io-index"
b8da0b
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
b8da0b
dependencies = [
b8da0b
 "winapi",
b8da0b
]
b8da0b
b8da0b
[[package]]
b8da0b
name = "rsds"
b8da0b
version = "0.1.0"
b8da0b
b8da0b
[[package]]
b8da0b
name = "ryu"
b8da0b
version = "1.0.5"
b8da0b
source = "registry+https://github.com/rust-lang/crates.io-index"
b8da0b
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
b8da0b
b8da0b
[[package]]
b8da0b
name = "serde"
b8da0b
version = "1.0.126"
b8da0b
source = "registry+https://github.com/rust-lang/crates.io-index"
b8da0b
checksum = "ec7505abeacaec74ae4778d9d9328fe5a5d04253220a85c4ee022239fc996d03"
b8da0b
dependencies = [
b8da0b
 "serde_derive",
b8da0b
]
b8da0b
b8da0b
[[package]]
b8da0b
name = "serde_derive"
b8da0b
version = "1.0.126"
b8da0b
source = "registry+https://github.com/rust-lang/crates.io-index"
b8da0b
checksum = "963a7dbc9895aeac7ac90e74f34a5d5261828f79df35cbed41e10189d3804d43"
b8da0b
dependencies = [
b8da0b
 "proc-macro2",
b8da0b
 "quote",
b8da0b
 "syn",
b8da0b
]
b8da0b
b8da0b
[[package]]
b8da0b
name = "serde_json"
b8da0b
version = "1.0.64"
b8da0b
source = "registry+https://github.com/rust-lang/crates.io-index"
b8da0b
checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79"
b8da0b
dependencies = [
b8da0b
 "itoa",
b8da0b
 "ryu",
b8da0b
 "serde",
b8da0b
]
b8da0b
b8da0b
[[package]]
b8da0b
name = "slapd"
b8da0b
version = "0.1.0"
b8da0b
dependencies = [
b8da0b
 "fernet",
b8da0b
]
b8da0b
b8da0b
[[package]]
b8da0b
name = "slapi_r_plugin"
b8da0b
version = "0.1.0"
b8da0b
dependencies = [
b8da0b
 "lazy_static",
b8da0b
 "libc",
b8da0b
 "paste",
b8da0b
 "uuid",
b8da0b
]
b8da0b
b8da0b
[[package]]
b8da0b
name = "strsim"
b8da0b
version = "0.8.0"
b8da0b
source = "registry+https://github.com/rust-lang/crates.io-index"
b8da0b
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
b8da0b
b8da0b
[[package]]
b8da0b
name = "syn"
b8da0b
version = "1.0.72"
b8da0b
source = "registry+https://github.com/rust-lang/crates.io-index"
b8da0b
checksum = "a1e8cdbefb79a9a5a65e0db8b47b723ee907b7c7f8496c76a1770b5c310bab82"
b8da0b
dependencies = [
b8da0b
 "proc-macro2",
b8da0b
 "quote",
b8da0b
 "unicode-xid",
b8da0b
]
b8da0b
b8da0b
[[package]]
b8da0b
name = "synstructure"
b8da0b
version = "0.12.4"
b8da0b
source = "registry+https://github.com/rust-lang/crates.io-index"
b8da0b
checksum = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701"
b8da0b
dependencies = [
b8da0b
 "proc-macro2",
b8da0b
 "quote",
b8da0b
 "syn",
b8da0b
 "unicode-xid",
b8da0b
]
b8da0b
b8da0b
[[package]]
b8da0b
name = "tempfile"
b8da0b
version = "3.2.0"
b8da0b
source = "registry+https://github.com/rust-lang/crates.io-index"
b8da0b
checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
b8da0b
dependencies = [
b8da0b
 "cfg-if",
b8da0b
 "libc",
b8da0b
 "rand",
b8da0b
 "redox_syscall",
b8da0b
 "remove_dir_all",
b8da0b
 "winapi",
b8da0b
]
b8da0b
b8da0b
[[package]]
b8da0b
name = "textwrap"
b8da0b
version = "0.11.0"
b8da0b
source = "registry+https://github.com/rust-lang/crates.io-index"
b8da0b
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
b8da0b
dependencies = [
b8da0b
 "unicode-width",
b8da0b
]
b8da0b
b8da0b
[[package]]
b8da0b
name = "toml"
b8da0b
version = "0.5.8"
b8da0b
source = "registry+https://github.com/rust-lang/crates.io-index"
b8da0b
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
b8da0b
dependencies = [
b8da0b
 "serde",
b8da0b
]
b8da0b
b8da0b
[[package]]
b8da0b
name = "unicode-width"
b8da0b
version = "0.1.8"
b8da0b
source = "registry+https://github.com/rust-lang/crates.io-index"
b8da0b
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
b8da0b
b8da0b
[[package]]
b8da0b
name = "unicode-xid"
b8da0b
version = "0.2.2"
b8da0b
source = "registry+https://github.com/rust-lang/crates.io-index"
b8da0b
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
b8da0b
b8da0b
[[package]]
b8da0b
name = "uuid"
b8da0b
version = "0.8.2"
b8da0b
source = "registry+https://github.com/rust-lang/crates.io-index"
b8da0b
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
b8da0b
dependencies = [
b8da0b
 "getrandom",
b8da0b
]
b8da0b
b8da0b
[[package]]
b8da0b
name = "vcpkg"
b8da0b
version = "0.2.13"
b8da0b
source = "registry+https://github.com/rust-lang/crates.io-index"
b8da0b
checksum = "025ce40a007e1907e58d5bc1a594def78e5573bb0b1160bc389634e8f12e4faa"
b8da0b
b8da0b
[[package]]
b8da0b
name = "vec_map"
b8da0b
version = "0.8.2"
b8da0b
source = "registry+https://github.com/rust-lang/crates.io-index"
b8da0b
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
b8da0b
b8da0b
[[package]]
b8da0b
name = "wasi"
b8da0b
version = "0.10.2+wasi-snapshot-preview1"
b8da0b
source = "registry+https://github.com/rust-lang/crates.io-index"
b8da0b
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
b8da0b
b8da0b
[[package]]
b8da0b
name = "winapi"
b8da0b
version = "0.3.9"
b8da0b
source = "registry+https://github.com/rust-lang/crates.io-index"
b8da0b
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
b8da0b
dependencies = [
b8da0b
 "winapi-i686-pc-windows-gnu",
b8da0b
 "winapi-x86_64-pc-windows-gnu",
b8da0b
]
b8da0b
b8da0b
[[package]]
b8da0b
name = "winapi-i686-pc-windows-gnu"
b8da0b
version = "0.4.0"
b8da0b
source = "registry+https://github.com/rust-lang/crates.io-index"
b8da0b
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
b8da0b
b8da0b
[[package]]
b8da0b
name = "winapi-x86_64-pc-windows-gnu"
b8da0b
version = "0.4.0"
b8da0b
source = "registry+https://github.com/rust-lang/crates.io-index"
b8da0b
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
b8da0b
b8da0b
[[package]]
b8da0b
name = "zeroize"
b8da0b
version = "1.3.0"
b8da0b
source = "registry+https://github.com/rust-lang/crates.io-index"
b8da0b
checksum = "4756f7db3f7b5574938c3eb1c117038b8e07f95ee6718c0efad4ac21508f1efd"
b8da0b
dependencies = [
b8da0b
 "zeroize_derive",
b8da0b
]
b8da0b
b8da0b
[[package]]
b8da0b
name = "zeroize_derive"
b8da0b
version = "1.1.0"
b8da0b
source = "registry+https://github.com/rust-lang/crates.io-index"
b8da0b
checksum = "a2c1e130bebaeab2f23886bf9acbaca14b092408c452543c857f66399cd6dab1"
b8da0b
dependencies = [
b8da0b
 "proc-macro2",
b8da0b
 "quote",
b8da0b
 "syn",
b8da0b
 "synstructure",
b8da0b
]