2019-08-30 16:17:40 +03:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2019-07-08 21:17:51 +03:00
[[package]]
name = "ansi_term"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-04 01:53:53 +03:00
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
2019-07-08 21:17:51 +03:00
dependencies = [
2020-12-04 01:53:53 +03:00
"winapi",
2019-07-08 21:17:51 +03:00
]
[[package]]
name = "atty"
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-04 01:53:53 +03:00
checksum = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652"
2019-07-08 21:17:51 +03:00
dependencies = [
2020-12-04 01:53:53 +03:00
"libc",
"termion",
"winapi",
2019-07-08 21:17:51 +03:00
]
[[package]]
name = "autocfg"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-04 01:53:53 +03:00
checksum = "a6d640bee2da49f60a4068a7fae53acde8982514ab7bae8b8cea9e88cbcfd799"
[[package]]
name = "autocfg"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
2019-07-08 21:17:51 +03:00
[[package]]
name = "bitflags"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-04 01:53:53 +03:00
checksum = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12"
2019-07-08 21:17:51 +03:00
[[package]]
name = "cbindgen"
2020-12-04 01:53:53 +03:00
version = "0.15.0"
2019-07-08 21:17:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-04 01:53:53 +03:00
checksum = "1df6a11bba1d7cab86c166cecf4cf8acd7d02b7b65924d81b33d27197f22ee35"
2019-07-08 21:17:51 +03:00
dependencies = [
2020-12-04 01:53:53 +03:00
"clap",
"heck",
"indexmap",
"log",
"proc-macro2",
"quote",
"serde",
"serde_json",
"syn",
"tempfile",
"toml",
2019-07-08 21:17:51 +03:00
]
[[package]]
name = "cfg-if"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-04 01:53:53 +03:00
checksum = "11d43355396e872eefb45ce6342e4374ed7bc2b3a502d1b28e36d6e23c05d1f4"
2019-07-08 21:17:51 +03:00
[[package]]
name = "clap"
version = "2.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-04 01:53:53 +03:00
checksum = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e"
2019-07-08 21:17:51 +03:00
dependencies = [
2020-12-04 01:53:53 +03:00
"ansi_term",
"atty",
"bitflags",
"strsim",
"textwrap",
"unicode-width",
"vec_map",
2019-07-08 21:17:51 +03:00
]
[[package]]
name = "cloudabi"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-04 01:53:53 +03:00
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
2019-07-08 21:17:51 +03:00
dependencies = [
2020-12-04 01:53:53 +03:00
"bitflags",
2019-07-08 21:17:51 +03:00
]
[[package]]
name = "fuchsia-cprng"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-04 01:53:53 +03:00
checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
2019-07-08 21:17:51 +03:00
[[package]]
2020-12-04 01:53:53 +03:00
name = "hashbrown"
version = "0.9.1"
2019-07-08 21:17:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-04 01:53:53 +03:00
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
2019-07-08 21:17:51 +03:00
[[package]]
2020-12-04 01:53:53 +03:00
name = "heck"
version = "0.3.1"
2019-07-08 21:17:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-04 01:53:53 +03:00
checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
dependencies = [
"unicode-segmentation",
]
2019-07-08 21:17:51 +03:00
[[package]]
2020-12-04 01:53:53 +03:00
name = "indexmap"
version = "1.6.0"
2019-07-08 21:17:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-04 01:53:53 +03:00
checksum = "55e2e4c765aa53a0424761bf9f41aa7a6ac1efa87238f59560640e27fca028f2"
2019-07-08 21:17:51 +03:00
dependencies = [
2020-12-04 01:53:53 +03:00
"autocfg 1.0.1",
"hashbrown",
2019-07-08 21:17:51 +03:00
]
[[package]]
2020-12-04 01:53:53 +03:00
name = "itoa"
version = "0.4.3"
2019-07-08 21:17:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-04 01:53:53 +03:00
checksum = "1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b"
2019-07-08 21:17:51 +03:00
[[package]]
2020-12-04 01:53:53 +03:00
name = "libc"
version = "0.2.50"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aab692d7759f5cd8c859e169db98ae5b52c924add2af5fbbca11d12fefb567c1"
[[package]]
name = "log"
version = "0.4.6"
2019-07-08 21:17:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-04 01:53:53 +03:00
checksum = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6"
2019-07-08 21:17:51 +03:00
dependencies = [
2020-12-04 01:53:53 +03:00
"cfg-if",
2019-07-08 21:17:51 +03:00
]
[[package]]
2020-12-04 01:53:53 +03:00
name = "proc-macro2"
version = "1.0.24"
2019-07-08 21:17:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-04 01:53:53 +03:00
checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
2019-07-08 21:17:51 +03:00
dependencies = [
2020-12-04 01:53:53 +03:00
"unicode-xid",
2019-07-08 21:17:51 +03:00
]
[[package]]
name = "quote"
2020-12-04 01:53:53 +03:00
version = "1.0.7"
2019-07-08 21:17:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-04 01:53:53 +03:00
checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
2019-07-08 21:17:51 +03:00
dependencies = [
2020-12-04 01:53:53 +03:00
"proc-macro2",
2019-07-08 21:17:51 +03:00
]
[[package]]
name = "rand"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-04 01:53:53 +03:00
checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
2019-07-08 21:17:51 +03:00
dependencies = [
2020-12-04 01:53:53 +03:00
"autocfg 0.1.2",
"libc",
"rand_chacha",
"rand_core 0.4.0",
"rand_hc",
"rand_isaac",
"rand_jitter",
"rand_os",
"rand_pcg",
"rand_xorshift",
"winapi",
2019-07-08 21:17:51 +03:00
]
[[package]]
name = "rand_chacha"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-04 01:53:53 +03:00
checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
2019-07-08 21:17:51 +03:00
dependencies = [
2020-12-04 01:53:53 +03:00
"autocfg 0.1.2",
"rand_core 0.3.1",
2019-07-08 21:17:51 +03:00
]
[[package]]
name = "rand_core"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-04 01:53:53 +03:00
checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
2019-07-08 21:17:51 +03:00
dependencies = [
2020-12-04 01:53:53 +03:00
"rand_core 0.4.0",
2019-07-08 21:17:51 +03:00
]
[[package]]
name = "rand_core"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-04 01:53:53 +03:00
checksum = "d0e7a549d590831370895ab7ba4ea0c1b6b011d106b5ff2da6eee112615e6dc0"
2019-07-08 21:17:51 +03:00
[[package]]
name = "rand_hc"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-04 01:53:53 +03:00
checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
2019-07-08 21:17:51 +03:00
dependencies = [
2020-12-04 01:53:53 +03:00
"rand_core 0.3.1",
2019-07-08 21:17:51 +03:00
]
[[package]]
name = "rand_isaac"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-04 01:53:53 +03:00
checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
2019-07-08 21:17:51 +03:00
dependencies = [
2020-12-04 01:53:53 +03:00
"rand_core 0.3.1",
2019-07-08 21:17:51 +03:00
]
[[package]]
name = "rand_jitter"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-04 01:53:53 +03:00
checksum = "7b9ea758282efe12823e0d952ddb269d2e1897227e464919a554f2a03ef1b832"
2019-07-08 21:17:51 +03:00
dependencies = [
2020-12-04 01:53:53 +03:00
"libc",
"rand_core 0.4.0",
"winapi",
2019-07-08 21:17:51 +03:00
]
[[package]]
name = "rand_os"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-04 01:53:53 +03:00
checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
2019-07-08 21:17:51 +03:00
dependencies = [
2020-12-04 01:53:53 +03:00
"cloudabi",
"fuchsia-cprng",
"libc",
"rand_core 0.4.0",
"rdrand",
"winapi",
2019-07-08 21:17:51 +03:00
]
[[package]]
name = "rand_pcg"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-04 01:53:53 +03:00
checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
2019-07-08 21:17:51 +03:00
dependencies = [
2020-12-04 01:53:53 +03:00
"autocfg 0.1.2",
"rand_core 0.4.0",
2019-07-08 21:17:51 +03:00
]
[[package]]
name = "rand_xorshift"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-04 01:53:53 +03:00
checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
2019-07-08 21:17:51 +03:00
dependencies = [
2020-12-04 01:53:53 +03:00
"rand_core 0.3.1",
2019-07-08 21:17:51 +03:00
]
[[package]]
name = "rdrand"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-04 01:53:53 +03:00
checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
2019-07-08 21:17:51 +03:00
dependencies = [
2020-12-04 01:53:53 +03:00
"rand_core 0.3.1",
2019-07-08 21:17:51 +03:00
]
[[package]]
name = "redox_syscall"
version = "0.1.51"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-04 01:53:53 +03:00
checksum = "423e376fffca3dfa06c9e9790a9ccd282fafb3cc6e6397d01dbf64f9bacc6b85"
2019-07-08 21:17:51 +03:00
[[package]]
name = "redox_termios"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-04 01:53:53 +03:00
checksum = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
2019-07-08 21:17:51 +03:00
dependencies = [
2020-12-04 01:53:53 +03:00
"redox_syscall",
2019-07-08 21:17:51 +03:00
]
[[package]]
name = "remove_dir_all"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-04 01:53:53 +03:00
checksum = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5"
2019-07-08 21:17:51 +03:00
dependencies = [
2020-12-04 01:53:53 +03:00
"winapi",
2019-07-08 21:17:51 +03:00
]
[[package]]
name = "rpmostree-bindgen"
version = "0.1.0"
dependencies = [
2020-12-04 01:53:53 +03:00
"cbindgen",
2019-07-08 21:17:51 +03:00
]
[[package]]
name = "ryu"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-04 01:53:53 +03:00
checksum = "eb9e9b8cde282a9fe6a42dd4681319bfb63f121b8a8ee9439c6f4107e58a46f7"
2019-07-08 21:17:51 +03:00
[[package]]
name = "serde"
2020-12-04 01:53:53 +03:00
version = "1.0.117"
2019-07-08 21:17:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-04 01:53:53 +03:00
checksum = "b88fa983de7720629c9387e9f517353ed404164b1e482c970a90c1a4aaf7dc1a"
2019-07-08 21:17:51 +03:00
dependencies = [
2020-12-04 01:53:53 +03:00
"serde_derive",
2019-07-08 21:17:51 +03:00
]
[[package]]
name = "serde_derive"
2020-12-04 01:53:53 +03:00
version = "1.0.117"
2019-07-08 21:17:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-04 01:53:53 +03:00
checksum = "cbd1ae72adb44aab48f325a02444a5fc079349a8d804c1fc922aed3f7454c74e"
2019-07-08 21:17:51 +03:00
dependencies = [
2020-12-04 01:53:53 +03:00
"proc-macro2",
"quote",
"syn",
2019-07-08 21:17:51 +03:00
]
[[package]]
name = "serde_json"
version = "1.0.39"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-04 01:53:53 +03:00
checksum = "5a23aa71d4a4d43fdbfaac00eff68ba8a06a51759a89ac3304323e800c4dd40d"
2019-07-08 21:17:51 +03:00
dependencies = [
2020-12-04 01:53:53 +03:00
"itoa",
"ryu",
"serde",
2019-07-08 21:17:51 +03:00
]
[[package]]
name = "strsim"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-04 01:53:53 +03:00
checksum = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550"
2019-07-08 21:17:51 +03:00
[[package]]
name = "syn"
2020-12-04 01:53:53 +03:00
version = "1.0.53"
2019-07-08 21:17:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-04 01:53:53 +03:00
checksum = "8833e20724c24de12bbaba5ad230ea61c3eafb05b881c7c9d3cfe8638b187e68"
2019-07-08 21:17:51 +03:00
dependencies = [
2020-12-04 01:53:53 +03:00
"proc-macro2",
"quote",
"unicode-xid",
2019-07-08 21:17:51 +03:00
]
[[package]]
name = "tempfile"
version = "3.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-04 01:53:53 +03:00
checksum = "b86c784c88d98c801132806dadd3819ed29d8600836c4088e855cdf3e178ed8a"
2019-07-08 21:17:51 +03:00
dependencies = [
2020-12-04 01:53:53 +03:00
"cfg-if",
"libc",
"rand",
"redox_syscall",
"remove_dir_all",
"winapi",
2019-07-08 21:17:51 +03:00
]
[[package]]
name = "termion"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-04 01:53:53 +03:00
checksum = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096"
2019-07-08 21:17:51 +03:00
dependencies = [
2020-12-04 01:53:53 +03:00
"libc",
"redox_syscall",
"redox_termios",
2019-07-08 21:17:51 +03:00
]
[[package]]
name = "textwrap"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-04 01:53:53 +03:00
checksum = "307686869c93e71f94da64286f9a9524c0f308a9e1c87a583de8e9c9039ad3f6"
2019-07-08 21:17:51 +03:00
dependencies = [
2020-12-04 01:53:53 +03:00
"unicode-width",
2019-07-08 21:17:51 +03:00
]
[[package]]
name = "toml"
2020-12-04 01:53:53 +03:00
version = "0.5.7"
2019-07-08 21:17:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-04 01:53:53 +03:00
checksum = "75cf45bb0bef80604d001caaec0d09da99611b3c0fd39d3080468875cdb65645"
2019-07-08 21:17:51 +03:00
dependencies = [
2020-12-04 01:53:53 +03:00
"serde",
2019-07-08 21:17:51 +03:00
]
2020-12-04 01:53:53 +03:00
[[package]]
name = "unicode-segmentation"
version = "1.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796"
2019-07-08 21:17:51 +03:00
[[package]]
name = "unicode-width"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-04 01:53:53 +03:00
checksum = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526"
2019-07-08 21:17:51 +03:00
[[package]]
name = "unicode-xid"
2020-12-04 01:53:53 +03:00
version = "0.2.1"
2019-07-08 21:17:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-04 01:53:53 +03:00
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
2019-07-08 21:17:51 +03:00
[[package]]
name = "vec_map"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-04 01:53:53 +03:00
checksum = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
2019-07-08 21:17:51 +03:00
[[package]]
name = "winapi"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-04 01:53:53 +03:00
checksum = "92c1eb33641e276cfa214a0522acad57be5c56b10cb348b3c5117db75f3ac4b0"
2019-07-08 21:17:51 +03:00
dependencies = [
2020-12-04 01:53:53 +03:00
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
2019-07-08 21:17:51 +03:00
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-04 01:53:53 +03:00
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2019-07-08 21:17:51 +03:00
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-04 01:53:53 +03:00
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"