Skip to content
Snippets Groups Projects
Select Git revision
  • 418bcf9849e46c510acf2a0e94d9a54dac585c98
  • master default protected
  • doc
  • dev_doc
  • dev_push
  • dev
6 results

Cargo.lock

  • Cargo.lock 14.20 KiB
    # This file is automatically @generated by Cargo.
    # It is not intended for manual editing.
    version = 3
    
    [[package]]
    name = "adler"
    version = "1.0.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
    
    [[package]]
    name = "aho-corasick"
    version = "0.7.18"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
    dependencies = [
     "memchr",
    ]
    
    [[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.1.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
    
    [[package]]
    name = "bitflags"
    version = "1.3.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
    
    [[package]]
    name = "bstr"
    version = "0.2.17"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
    dependencies = [
     "memchr",
    ]
    
    [[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.1.17"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "47582c09be7c8b32c0ab3a6181825ababb713fde6fff20fc573a3870dd45c6a0"
    dependencies = [
     "atty",
     "bitflags",
     "clap_derive",
     "clap_lex",
     "indexmap",
     "lazy_static",
     "strsim",
     "termcolor",
     "textwrap",
    ]
    
    [[package]]
    name = "clap_derive"
    version = "3.1.7"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "a3aab4734e083b809aaf5794e14e756d1c798d2c69c7f7de7a09a2f5214993c1"
    dependencies = [
     "heck",
     "proc-macro-error",
     "proc-macro2",
     "quote",
     "syn",
    ]
    
    [[package]]
    name = "clap_lex"
    version = "0.2.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "a37c35f1112dad5e6e0b1adaff798507497a18fceeb30cceb3bae7d1427b9213"
    dependencies = [
     "os_str_bytes",
    ]
    
    [[package]]
    name = "colored"
    version = "2.0.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd"
    dependencies = [
     "atty",
     "lazy_static",
     "winapi",
    ]
    
    [[package]]
    name = "crc32fast"
    version = "1.3.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
    dependencies = [
     "cfg-if",
    ]
    
    [[package]]
    name = "crossbeam-utils"
    version = "0.8.10"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "7d82ee10ce34d7bc12c2122495e7593a9c41347ecdd64185af4ecf72cb1a7f83"
    dependencies = [
     "cfg-if",
     "once_cell",
    ]
    
    [[package]]
    name = "filetime"
    version = "0.2.17"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "e94a7bbaa59354bc20dd75b67f23e2797b4490e9d6928203fb105c79e448c86c"
    dependencies = [
     "cfg-if",
     "libc",
     "redox_syscall",
     "windows-sys",
    ]
    
    [[package]]
    name = "flate2"
    version = "1.0.25"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
    dependencies = [
     "crc32fast",
     "miniz_oxide",
    ]
    
    [[package]]
    name = "fnv"
    version = "1.0.7"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
    
    [[package]]
    name = "gblk"
    version = "0.1.0"
    dependencies = [
     "clap",
     "colored",
     "filetime",
     "flate2",
     "globwalk",
     "home",
     "imghdr",
     "regex",
     "serde",
     "serde_derive",
     "tar",
     "toml",
    ]
    
    [[package]]
    name = "globset"
    version = "0.4.9"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "0a1e17342619edbc21a964c2afbeb6c820c6a2560032872f397bb97ea127bd0a"
    dependencies = [
     "aho-corasick",
     "bstr",
     "fnv",
     "log",
     "regex",
    ]
    
    [[package]]
    name = "globwalk"
    version = "0.8.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "93e3af942408868f6934a7b85134a3230832b9977cf66125df2f9edcfce4ddcc"
    dependencies = [
     "bitflags",
     "ignore",
     "walkdir",
    ]
    
    [[package]]
    name = "hashbrown"
    version = "0.11.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
    
    [[package]]
    name = "heck"
    version = "0.4.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
    
    [[package]]
    name = "hermit-abi"
    version = "0.1.19"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
    dependencies = [
     "libc",
    ]
    
    [[package]]
    name = "home"
    version = "0.5.4"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "747309b4b440c06d57b0b25f2aee03ee9b5e5397d288c60e21fc709bb98a7408"
    dependencies = [
     "winapi",
    ]
    
    [[package]]
    name = "ignore"
    version = "0.4.18"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "713f1b139373f96a2e0ce3ac931cd01ee973c3c5dd7c40c0c2efe96ad2b6751d"
    dependencies = [
     "crossbeam-utils",
     "globset",
     "lazy_static",
     "log",
     "memchr",
     "regex",
     "same-file",
     "thread_local",
     "walkdir",
     "winapi-util",
    ]
    
    [[package]]
    name = "imghdr"
    version = "0.7.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "c8b35f3ad95576ac81603375dfe47a0450b70a368aa34d2b6e5bb0a0d7f02428"
    
    [[package]]
    name = "indexmap"
    version = "1.8.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "0f647032dfaa1f8b6dc29bd3edb7bbef4861b8b8007ebb118d6db284fd59f6ee"
    dependencies = [
     "autocfg",
     "hashbrown",
    ]
    
    [[package]]
    name = "lazy_static"
    version = "1.4.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
    
    [[package]]
    name = "libc"
    version = "0.2.125"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "5916d2ae698f6de9bfb891ad7a8d65c09d232dc58cc4ac433c7da3b2fd84bc2b"
    
    [[package]]
    name = "log"
    version = "0.4.17"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
    dependencies = [
     "cfg-if",
    ]
    
    [[package]]
    name = "memchr"
    version = "2.5.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
    
    [[package]]
    name = "miniz_oxide"
    version = "0.6.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
    dependencies = [
     "adler",
    ]
    
    [[package]]
    name = "once_cell"
    version = "1.13.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1"
    
    [[package]]
    name = "os_str_bytes"
    version = "6.0.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"
    
    [[package]]
    name = "proc-macro-error"
    version = "1.0.4"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
    dependencies = [
     "proc-macro-error-attr",
     "proc-macro2",
     "quote",
     "syn",
     "version_check",
    ]
    
    [[package]]
    name = "proc-macro-error-attr"
    version = "1.0.4"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
    dependencies = [
     "proc-macro2",
     "quote",
     "version_check",
    ]
    
    [[package]]
    name = "proc-macro2"
    version = "1.0.38"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "9027b48e9d4c9175fa2218adf3557f91c1137021739951d4932f5f8268ac48aa"
    dependencies = [
     "unicode-xid",
    ]
    
    [[package]]
    name = "quote"
    version = "1.0.18"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
    dependencies = [
     "proc-macro2",
    ]
    
    [[package]]
    name = "redox_syscall"
    version = "0.2.16"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
    dependencies = [
     "bitflags",
    ]
    
    [[package]]
    name = "regex"
    version = "1.7.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a"
    dependencies = [
     "aho-corasick",
     "memchr",
     "regex-syntax",
    ]
    
    [[package]]
    name = "regex-syntax"
    version = "0.6.27"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
    
    [[package]]
    name = "same-file"
    version = "1.0.6"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
    dependencies = [
     "winapi-util",
    ]
    
    [[package]]
    name = "serde"
    version = "1.0.152"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
    
    [[package]]
    name = "serde_derive"
    version = "1.0.147"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "4f1d362ca8fc9c3e3a7484440752472d68a6caa98f1ab81d99b5dfe517cec852"
    dependencies = [
     "proc-macro2",
     "quote",
     "syn",
    ]
    
    [[package]]
    name = "strsim"
    version = "0.10.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
    
    [[package]]
    name = "syn"
    version = "1.0.93"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "04066589568b72ec65f42d65a1a52436e954b168773148893c020269563decf2"
    dependencies = [
     "proc-macro2",
     "quote",
     "unicode-xid",
    ]
    
    [[package]]
    name = "tar"
    version = "0.4.38"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6"
    dependencies = [
     "filetime",
     "libc",
     "xattr",
    ]
    
    [[package]]
    name = "termcolor"
    version = "1.1.3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
    dependencies = [
     "winapi-util",
    ]
    
    [[package]]
    name = "textwrap"
    version = "0.15.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
    
    [[package]]
    name = "thread_local"
    version = "1.1.4"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
    dependencies = [
     "once_cell",
    ]
    
    [[package]]
    name = "toml"
    version = "0.5.10"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "1333c76748e868a4d9d1017b5ab53171dfd095f70c712fdb4653a406547f598f"
    dependencies = [
     "serde",
    ]
    
    [[package]]
    name = "unicode-xid"
    version = "0.2.3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04"
    
    [[package]]
    name = "version_check"
    version = "0.9.4"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
    
    [[package]]
    name = "walkdir"
    version = "2.3.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
    dependencies = [
     "same-file",
     "winapi",
     "winapi-util",
    ]
    
    [[package]]
    name = "winapi"
    version = "0.3.9"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
    dependencies = [
     "winapi-i686-pc-windows-gnu",
     "winapi-x86_64-pc-windows-gnu",
    ]
    
    [[package]]
    name = "winapi-i686-pc-windows-gnu"
    version = "0.4.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
    
    [[package]]
    name = "winapi-util"
    version = "0.1.5"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
    dependencies = [
     "winapi",
    ]
    
    [[package]]
    name = "winapi-x86_64-pc-windows-gnu"
    version = "0.4.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
    
    [[package]]
    name = "windows-sys"
    version = "0.36.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
    dependencies = [
     "windows_aarch64_msvc",
     "windows_i686_gnu",
     "windows_i686_msvc",
     "windows_x86_64_gnu",
     "windows_x86_64_msvc",
    ]
    
    [[package]]
    name = "windows_aarch64_msvc"
    version = "0.36.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
    
    [[package]]
    name = "windows_i686_gnu"
    version = "0.36.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
    
    [[package]]
    name = "windows_i686_msvc"
    version = "0.36.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
    
    [[package]]
    name = "windows_x86_64_gnu"
    version = "0.36.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
    
    [[package]]
    name = "windows_x86_64_msvc"
    version = "0.36.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
    
    [[package]]
    name = "xattr"
    version = "0.2.3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
    dependencies = [
     "libc",
    ]