github.com/filecoin-project/bacalhau@v0.3.23-0.20230228154132-45c989550ace/testdata/wasm/csv/Cargo.lock (about)

     1  # This file is automatically @generated by Cargo.
     2  # It is not intended for manual editing.
     3  version = 3
     4  
     5  [[package]]
     6  name = "bstr"
     7  version = "0.2.17"
     8  source = "registry+https://github.com/rust-lang/crates.io-index"
     9  checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
    10  dependencies = [
    11   "lazy_static",
    12   "memchr",
    13   "regex-automata",
    14   "serde",
    15  ]
    16  
    17  [[package]]
    18  name = "csv"
    19  version = "0.1.0"
    20  dependencies = [
    21   "csv 1.1.6",
    22  ]
    23  
    24  [[package]]
    25  name = "csv"
    26  version = "1.1.6"
    27  source = "registry+https://github.com/rust-lang/crates.io-index"
    28  checksum = "22813a6dc45b335f9bade10bf7271dc477e81113e89eb251a0bc2a8a81c536e1"
    29  dependencies = [
    30   "bstr",
    31   "csv-core",
    32   "itoa",
    33   "ryu",
    34   "serde",
    35  ]
    36  
    37  [[package]]
    38  name = "csv-core"
    39  version = "0.1.10"
    40  source = "registry+https://github.com/rust-lang/crates.io-index"
    41  checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90"
    42  dependencies = [
    43   "memchr",
    44  ]
    45  
    46  [[package]]
    47  name = "itoa"
    48  version = "0.4.8"
    49  source = "registry+https://github.com/rust-lang/crates.io-index"
    50  checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
    51  
    52  [[package]]
    53  name = "lazy_static"
    54  version = "1.4.0"
    55  source = "registry+https://github.com/rust-lang/crates.io-index"
    56  checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
    57  
    58  [[package]]
    59  name = "memchr"
    60  version = "2.5.0"
    61  source = "registry+https://github.com/rust-lang/crates.io-index"
    62  checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
    63  
    64  [[package]]
    65  name = "regex-automata"
    66  version = "0.1.10"
    67  source = "registry+https://github.com/rust-lang/crates.io-index"
    68  checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
    69  
    70  [[package]]
    71  name = "ryu"
    72  version = "1.0.11"
    73  source = "registry+https://github.com/rust-lang/crates.io-index"
    74  checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"
    75  
    76  [[package]]
    77  name = "serde"
    78  version = "1.0.145"
    79  source = "registry+https://github.com/rust-lang/crates.io-index"
    80  checksum = "728eb6351430bccb993660dfffc5a72f91ccc1295abaa8ce19b27ebe4f75568b"