rusty-diceware

Commandline diceware, with or without dice, written in Rustlang.
git clone https://kaka.farm/~git/rusty-diceware
Log | Files | Refs | README | LICENSE

Cargo.lock (3874B)


      1 # This file is automatically @generated by Cargo.
      2 # It is not intended for manual editing.
      3 version = 3
      4 
      5 [[package]]
      6 name = "cfg-if"
      7 version = "1.0.0"
      8 source = "registry+https://github.com/rust-lang/crates.io-index"
      9 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
     10 
     11 [[package]]
     12 name = "diceware"
     13 version = "0.5.8"
     14 dependencies = [
     15  "diceware_wordlists",
     16  "getopts",
     17  "rand",
     18  "rand_chacha",
     19 ]
     20 
     21 [[package]]
     22 name = "diceware_wordlists"
     23 version = "1.2.1"
     24 dependencies = [
     25  "serde",
     26 ]
     27 
     28 [[package]]
     29 name = "getopts"
     30 version = "0.2.21"
     31 source = "registry+https://github.com/rust-lang/crates.io-index"
     32 checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
     33 dependencies = [
     34  "unicode-width",
     35 ]
     36 
     37 [[package]]
     38 name = "getrandom"
     39 version = "0.2.8"
     40 source = "registry+https://github.com/rust-lang/crates.io-index"
     41 checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
     42 dependencies = [
     43  "cfg-if",
     44  "libc",
     45  "wasi",
     46 ]
     47 
     48 [[package]]
     49 name = "libc"
     50 version = "0.2.137"
     51 source = "registry+https://github.com/rust-lang/crates.io-index"
     52 checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"
     53 
     54 [[package]]
     55 name = "ppv-lite86"
     56 version = "0.2.16"
     57 source = "registry+https://github.com/rust-lang/crates.io-index"
     58 checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
     59 
     60 [[package]]
     61 name = "proc-macro2"
     62 version = "1.0.47"
     63 source = "registry+https://github.com/rust-lang/crates.io-index"
     64 checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"
     65 dependencies = [
     66  "unicode-ident",
     67 ]
     68 
     69 [[package]]
     70 name = "quote"
     71 version = "1.0.21"
     72 source = "registry+https://github.com/rust-lang/crates.io-index"
     73 checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
     74 dependencies = [
     75  "proc-macro2",
     76 ]
     77 
     78 [[package]]
     79 name = "rand"
     80 version = "0.8.5"
     81 source = "registry+https://github.com/rust-lang/crates.io-index"
     82 checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
     83 dependencies = [
     84  "libc",
     85  "rand_chacha",
     86  "rand_core",
     87 ]
     88 
     89 [[package]]
     90 name = "rand_chacha"
     91 version = "0.3.1"
     92 source = "registry+https://github.com/rust-lang/crates.io-index"
     93 checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
     94 dependencies = [
     95  "ppv-lite86",
     96  "rand_core",
     97 ]
     98 
     99 [[package]]
    100 name = "rand_core"
    101 version = "0.6.4"
    102 source = "registry+https://github.com/rust-lang/crates.io-index"
    103 checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
    104 dependencies = [
    105  "getrandom",
    106 ]
    107 
    108 [[package]]
    109 name = "serde"
    110 version = "1.0.147"
    111 source = "registry+https://github.com/rust-lang/crates.io-index"
    112 checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965"
    113 dependencies = [
    114  "serde_derive",
    115 ]
    116 
    117 [[package]]
    118 name = "serde_derive"
    119 version = "1.0.147"
    120 source = "registry+https://github.com/rust-lang/crates.io-index"
    121 checksum = "4f1d362ca8fc9c3e3a7484440752472d68a6caa98f1ab81d99b5dfe517cec852"
    122 dependencies = [
    123  "proc-macro2",
    124  "quote",
    125  "syn",
    126 ]
    127 
    128 [[package]]
    129 name = "syn"
    130 version = "1.0.103"
    131 source = "registry+https://github.com/rust-lang/crates.io-index"
    132 checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d"
    133 dependencies = [
    134  "proc-macro2",
    135  "quote",
    136  "unicode-ident",
    137 ]
    138 
    139 [[package]]
    140 name = "unicode-ident"
    141 version = "1.0.5"
    142 source = "registry+https://github.com/rust-lang/crates.io-index"
    143 checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
    144 
    145 [[package]]
    146 name = "unicode-width"
    147 version = "0.1.10"
    148 source = "registry+https://github.com/rust-lang/crates.io-index"
    149 checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
    150 
    151 [[package]]
    152 name = "wasi"
    153 version = "0.11.0+wasi-snapshot-preview1"
    154 source = "registry+https://github.com/rust-lang/crates.io-index"
    155 checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"