Skip to content
Snippets Groups Projects
Select Git revision
  • e7c4658fe47706692d1f15fb796e6edc8ba22496
  • master default protected
2 results

Cargo.lock

Blame
  • Cargo.lock 11.04 KiB
    # This file is automatically @generated by Cargo.
    # It is not intended for manual editing.
    version = 3
    
    [[package]]
    name = "arr_macro"
    version = "0.1.3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "6a105bfda48707cf19220129e78fca01e9639433ffaef4163546ed8fb04120a5"
    dependencies = [
     "arr_macro_impl",
     "proc-macro-hack",
    ]
    
    [[package]]
    name = "arr_macro_impl"
    version = "0.1.3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "0609c78bd572f4edc74310dfb63a01f5609d53fa8b4dd7c4d98aef3b3e8d72d1"
    dependencies = [
     "proc-macro-hack",
     "quote",
     "syn",
    ]
    
    [[package]]
    name = "atty"
    version = "0.2.14"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
    dependencies = [
     "hermit-abi",
     "libc",
     "winapi",
    ]
    
    [[package]]
    name = "autocfg"
    version = "1.0.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
    
    [[package]]
    name = "bitflags"
    version = "1.3.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
    
    [[package]]
    name = "byteorder"
    version = "1.4.3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
    
    [[package]]
    name = "cfg-if"
    version = "1.0.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
    
    [[package]]
    name = "clap"
    version = "3.0.0-beta.4"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "fcd70aa5597dbc42f7217a543f9ef2768b2ef823ba29036072d30e1d88e98406"
    dependencies = [
     "atty",
     "bitflags",
     "clap_derive",
     "indexmap",