rust/Cargo.lock

441 lines
11 KiB
Text
Raw Normal View History

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2018-07-24 14:10:53 +02:00
[[package]]
name = "ar"
2019-09-01 11:17:01 +02:00
version = "0.8.0"
2019-05-04 16:23:53 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 16:55:35 +01:00
checksum = "450575f58f7bee32816abbff470cbc47797397c2a81e0eaced4b98436daf52e1"
2018-07-24 14:10:53 +02:00
2019-10-29 19:07:07 +01:00
[[package]]
name = "autocfg"
2020-01-22 18:09:00 +01:00
version = "1.0.0"
2019-10-29 19:07:07 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 16:55:35 +01:00
checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
2019-10-29 19:07:07 +01:00
2018-06-19 19:51:29 +02:00
[[package]]
name = "bitflags"
2019-10-16 19:13:11 +02:00
version = "1.2.1"
2018-06-19 19:51:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 16:55:35 +01:00
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
2018-06-19 19:51:29 +02:00
2019-03-27 19:24:42 +01:00
[[package]]
2019-07-04 18:02:47 +02:00
name = "byteorder"
2020-02-14 18:37:28 +01:00
version = "1.3.4"
2019-03-27 19:24:42 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 16:55:35 +01:00
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
2019-03-27 19:24:42 +01:00
2018-06-19 19:51:29 +02:00
[[package]]
name = "cc"
2020-01-09 17:45:40 +01:00
version = "1.0.50"
2018-06-19 19:51:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 16:55:35 +01:00
checksum = "95e28fa049fda1c330bcf9d723be7663a899c4679724b34c81e9f5a326aab8cd"
2018-06-19 19:51:29 +02:00
[[package]]
name = "cfg-if"
2019-10-04 21:11:58 +02:00
version = "0.1.10"
2018-06-19 19:51:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 16:55:35 +01:00
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
2018-06-19 19:51:29 +02:00
[[package]]
name = "cranelift-bforest"
2019-10-27 16:55:35 +01:00
version = "0.59.0"
2020-03-07 11:11:42 +01:00
source = "git+https://github.com/bytecodealliance/wasmtime/#428449133943213f2edc58ec161efcbb23d0eebd"
dependencies = [
2019-10-27 16:55:35 +01:00
"cranelift-entity",
]
2018-06-19 19:51:29 +02:00
[[package]]
2018-07-14 11:59:42 +02:00
name = "cranelift-codegen"
2019-10-27 16:55:35 +01:00
version = "0.59.0"
2020-03-07 11:11:42 +01:00
source = "git+https://github.com/bytecodealliance/wasmtime/#428449133943213f2edc58ec161efcbb23d0eebd"
2018-06-19 19:51:29 +02:00
dependencies = [
2019-10-27 16:55:35 +01:00
"byteorder",
"cranelift-bforest",
"cranelift-codegen-meta",
"cranelift-codegen-shared",
"cranelift-entity",
"gimli",
"log",
"smallvec",
"target-lexicon",
"thiserror",
2018-06-17 18:05:11 +02:00
]
2018-07-23 11:17:39 +02:00
[[package]]
name = "cranelift-codegen-meta"
2019-10-27 16:55:35 +01:00
version = "0.59.0"
2020-03-07 11:11:42 +01:00
source = "git+https://github.com/bytecodealliance/wasmtime/#428449133943213f2edc58ec161efcbb23d0eebd"
2018-11-09 18:03:47 +01:00
dependencies = [
2019-10-27 16:55:35 +01:00
"cranelift-codegen-shared",
"cranelift-entity",
2018-11-09 18:03:47 +01:00
]
2018-07-23 11:17:39 +02:00
[[package]]
name = "cranelift-codegen-shared"
2019-10-27 16:55:35 +01:00
version = "0.59.0"
2020-03-07 11:11:42 +01:00
source = "git+https://github.com/bytecodealliance/wasmtime/#428449133943213f2edc58ec161efcbb23d0eebd"
2018-06-17 18:05:11 +02:00
[[package]]
2018-07-14 11:59:42 +02:00
name = "cranelift-entity"
2019-10-27 16:55:35 +01:00
version = "0.59.0"
2020-03-07 11:11:42 +01:00
source = "git+https://github.com/bytecodealliance/wasmtime/#428449133943213f2edc58ec161efcbb23d0eebd"
2018-07-23 11:17:39 +02:00
2018-06-19 19:51:29 +02:00
[[package]]
2018-07-14 11:59:42 +02:00
name = "cranelift-frontend"
2019-10-27 16:55:35 +01:00
version = "0.59.0"
2020-03-07 11:11:42 +01:00
source = "git+https://github.com/bytecodealliance/wasmtime/#428449133943213f2edc58ec161efcbb23d0eebd"
2018-06-19 19:51:29 +02:00
dependencies = [
2019-10-27 16:55:35 +01:00
"cranelift-codegen",
"log",
"smallvec",
"target-lexicon",
2018-06-19 19:51:29 +02:00
]
2018-06-17 18:05:11 +02:00
[[package]]
2018-07-14 11:59:42 +02:00
name = "cranelift-module"
2019-10-27 16:55:35 +01:00
version = "0.59.0"
2020-03-07 11:11:42 +01:00
source = "git+https://github.com/bytecodealliance/wasmtime/#428449133943213f2edc58ec161efcbb23d0eebd"
2018-06-19 19:51:29 +02:00
dependencies = [
2019-10-27 16:55:35 +01:00
"cranelift-codegen",
"cranelift-entity",
"log",
"thiserror",
2018-06-19 19:51:29 +02:00
]
[[package]]
2018-07-14 11:59:42 +02:00
name = "cranelift-native"
2019-10-27 16:55:35 +01:00
version = "0.59.0"
2020-03-07 11:11:42 +01:00
source = "git+https://github.com/bytecodealliance/wasmtime/#428449133943213f2edc58ec161efcbb23d0eebd"
2018-06-17 18:05:11 +02:00
dependencies = [
2019-10-27 16:55:35 +01:00
"cranelift-codegen",
"raw-cpuid",
"target-lexicon",
2018-06-19 19:51:29 +02:00
]
[[package]]
name = "cranelift-object"
2019-10-27 16:55:35 +01:00
version = "0.59.0"
2020-03-07 11:11:42 +01:00
source = "git+https://github.com/bytecodealliance/wasmtime/#428449133943213f2edc58ec161efcbb23d0eebd"
dependencies = [
2019-10-27 16:55:35 +01:00
"cranelift-codegen",
"cranelift-module",
"goblin",
"object",
"target-lexicon",
]
2018-06-19 19:51:29 +02:00
[[package]]
2018-07-14 11:59:42 +02:00
name = "cranelift-simplejit"
2019-10-27 16:55:35 +01:00
version = "0.59.0"
2020-03-07 11:11:42 +01:00
source = "git+https://github.com/bytecodealliance/wasmtime/#428449133943213f2edc58ec161efcbb23d0eebd"
2018-06-19 19:51:29 +02:00
dependencies = [
2019-10-27 16:55:35 +01:00
"cranelift-codegen",
"cranelift-module",
"cranelift-native",
"errno",
"libc",
"region",
"target-lexicon",
"winapi",
2018-06-17 18:05:11 +02:00
]
2019-03-27 19:24:42 +01:00
[[package]]
name = "crc32fast"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 16:55:35 +01:00
checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
2019-03-27 19:24:42 +01:00
dependencies = [
2019-10-27 16:55:35 +01:00
"cfg-if",
2019-03-27 19:24:42 +01:00
]
2018-06-19 19:51:29 +02:00
[[package]]
name = "errno"
2018-07-14 11:59:42 +02:00
version = "0.2.4"
2018-06-19 19:51:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 16:55:35 +01:00
checksum = "c2a071601ed01b988f896ab14b95e67335d1eeb50190932a1320f7fe3cadc84e"
2018-06-19 19:51:29 +02:00
dependencies = [
2019-10-27 16:55:35 +01:00
"errno-dragonfly",
"libc",
"winapi",
2018-06-19 19:51:29 +02:00
]
[[package]]
2018-07-14 11:59:42 +02:00
name = "errno-dragonfly"
version = "0.1.1"
2018-06-19 19:51:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 16:55:35 +01:00
checksum = "14ca354e36190500e1e1fb267c647932382b54053c50b14970856c0b00a35067"
2018-06-19 19:51:29 +02:00
dependencies = [
2019-10-27 16:55:35 +01:00
"gcc",
"libc",
2018-06-19 19:51:29 +02:00
]
2018-11-09 18:38:30 +01:00
[[package]]
2019-07-04 18:02:47 +02:00
name = "gcc"
version = "0.3.55"
2018-11-09 18:38:30 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 16:55:35 +01:00
checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"
2018-11-09 18:38:30 +01:00
2019-01-17 18:07:27 +01:00
[[package]]
name = "gimli"
2020-01-14 14:19:43 +01:00
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 16:55:35 +01:00
checksum = "81dd6190aad0f05ddbbf3245c54ed14ca4aa6dd32f22312b70d8f168c3e3e633"
2019-01-17 18:07:27 +01:00
dependencies = [
2019-10-27 16:55:35 +01:00
"byteorder",
"indexmap",
2019-01-17 18:07:27 +01:00
]
2019-11-06 20:48:29 +01:00
[[package]]
name = "goblin"
2020-01-09 17:45:40 +01:00
version = "0.1.3"
2019-11-06 20:48:29 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 16:55:35 +01:00
checksum = "3081214398d39e4bd7f2c1975f0488ed04614ffdd976c6fc7a0708278552c0da"
2019-11-06 20:48:29 +01:00
dependencies = [
2019-10-27 16:55:35 +01:00
"log",
"plain",
"scroll",
2019-11-06 20:48:29 +01:00
]
2018-07-23 11:17:39 +02:00
[[package]]
name = "indexmap"
2020-02-14 18:37:28 +01:00
version = "1.3.2"
2018-07-23 11:17:39 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 16:55:35 +01:00
checksum = "076f042c5b7b98f31d205f1249267e12a6518c1481e9dae9764af19b707d2292"
2019-10-29 19:07:07 +01:00
dependencies = [
2019-10-27 16:55:35 +01:00
"autocfg",
2019-10-29 19:07:07 +01:00
]
2018-07-23 11:17:39 +02:00
2018-06-19 19:51:29 +02:00
[[package]]
name = "libc"
2020-02-22 14:29:34 +01:00
version = "0.2.67"
2018-06-19 19:51:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 16:55:35 +01:00
checksum = "eb147597cdf94ed43ab7a9038716637d2d1bf2bc571da995d0028dec06bd3018"
2018-06-19 19:51:29 +02:00
[[package]]
name = "libloading"
2019-08-13 11:52:09 +02:00
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 16:55:35 +01:00
checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"
dependencies = [
2019-10-27 16:55:35 +01:00
"cc",
"winapi",
]
2018-07-23 11:17:39 +02:00
[[package]]
name = "log"
2019-12-20 21:39:21 +01:00
version = "0.4.8"
2018-07-23 11:17:39 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 16:55:35 +01:00
checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
2018-07-23 11:17:39 +02:00
dependencies = [
2019-10-27 16:55:35 +01:00
"cfg-if",
2018-07-23 11:17:39 +02:00
]
2018-06-19 19:51:29 +02:00
[[package]]
name = "mach"
version = "0.2.3"
2018-06-19 19:51:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 16:55:35 +01:00
checksum = "86dd2487cdfea56def77b88438a2c915fb45113c5319bfe7e14306ca4cd0b0e1"
2018-06-19 19:51:29 +02:00
dependencies = [
2019-10-27 16:55:35 +01:00
"libc",
2018-06-19 19:51:29 +02:00
]
2019-11-06 20:48:29 +01:00
[[package]]
name = "object"
2020-01-10 13:12:49 +01:00
version = "0.17.0"
2019-12-08 11:51:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 16:55:35 +01:00
checksum = "ea44a4fd660ab0f38434934ca0212e90fbeaaee54126ef20a3451c30c95bafae"
2019-11-06 20:48:29 +01:00
dependencies = [
2019-10-27 16:55:35 +01:00
"crc32fast",
"goblin",
"indexmap",
"scroll",
"target-lexicon",
"uuid",
2019-11-06 20:48:29 +01:00
]
2018-07-23 11:17:39 +02:00
[[package]]
name = "plain"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 16:55:35 +01:00
checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
2018-07-23 11:17:39 +02:00
2019-10-16 19:13:11 +02:00
[[package]]
name = "proc-macro2"
2020-01-22 18:09:00 +01:00
version = "1.0.8"
2019-10-16 19:13:11 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 16:55:35 +01:00
checksum = "3acb317c6ff86a4e579dfa00fc5e6cca91ecbb4e7eb2df0468805b674eb88548"
2019-10-16 19:13:11 +02:00
dependencies = [
2019-10-27 16:55:35 +01:00
"unicode-xid",
2019-10-16 19:13:11 +02:00
]
[[package]]
name = "quote"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 16:55:35 +01:00
checksum = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
2019-10-16 19:13:11 +02:00
dependencies = [
2019-10-27 16:55:35 +01:00
"proc-macro2",
2019-10-16 19:13:11 +02:00
]
2018-06-19 19:51:29 +02:00
[[package]]
name = "raw-cpuid"
2019-11-01 20:08:42 +01:00
version = "7.0.3"
2018-06-19 19:51:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 16:55:35 +01:00
checksum = "b4a349ca83373cfa5d6dbb66fd76e58b2cca08da71a5f6400de0a0a6a9bceeaf"
2018-06-19 19:51:29 +02:00
dependencies = [
2019-10-27 16:55:35 +01:00
"bitflags",
"cc",
"rustc_version",
2018-07-23 11:17:39 +02:00
]
2018-06-19 19:51:29 +02:00
[[package]]
name = "region"
2019-06-24 21:01:38 +02:00
version = "2.1.2"
2018-06-19 19:51:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 16:55:35 +01:00
checksum = "448e868c6e4cfddfa49b6a72c95906c04e8547465e9536575b95c70a4044f856"
2018-06-19 19:51:29 +02:00
dependencies = [
2019-10-27 16:55:35 +01:00
"bitflags",
"libc",
"mach",
"winapi",
2018-06-19 19:51:29 +02:00
]
2018-06-17 18:05:11 +02:00
[[package]]
2018-07-14 11:59:42 +02:00
name = "rustc_codegen_cranelift"
2018-06-17 18:05:11 +02:00
version = "0.1.0"
dependencies = [
2019-10-27 16:55:35 +01:00
"ar",
"byteorder",
"cranelift-codegen",
"cranelift-frontend",
"cranelift-module",
"cranelift-object",
"cranelift-simplejit",
"gimli",
"indexmap",
"libloading",
"object",
"target-lexicon",
2018-07-23 11:17:39 +02:00
]
[[package]]
name = "rustc_version"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 16:55:35 +01:00
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
dependencies = [
2019-10-27 16:55:35 +01:00
"semver",
]
2019-11-06 20:48:29 +01:00
[[package]]
name = "scroll"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 16:55:35 +01:00
checksum = "abb2332cb595d33f7edd5700f4cbf94892e680c7f0ae56adab58a35190b66cb1"
2019-11-06 20:48:29 +01:00
dependencies = [
2019-10-27 16:55:35 +01:00
"scroll_derive",
2019-11-06 20:48:29 +01:00
]
[[package]]
name = "scroll_derive"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 16:55:35 +01:00
checksum = "f8584eea9b9ff42825b46faf46a8c24d2cff13ec152fa2a50df788b87c07ee28"
2019-11-06 20:48:29 +01:00
dependencies = [
2019-10-27 16:55:35 +01:00
"proc-macro2",
"quote",
"syn",
2019-11-06 20:48:29 +01:00
]
[[package]]
name = "semver"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 16:55:35 +01:00
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
dependencies = [
2019-10-27 16:55:35 +01:00
"semver-parser",
]
[[package]]
name = "semver-parser"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 16:55:35 +01:00
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
2019-09-10 20:37:16 +02:00
[[package]]
name = "smallvec"
2020-02-01 12:35:45 +01:00
version = "1.2.0"
2019-09-10 20:37:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 16:55:35 +01:00
checksum = "5c2fb2ec9bcd216a5b0d0ccf31ab17b5ed1d627960edff65bbe95d3ce221cefc"
2019-09-10 20:37:16 +02:00
2019-10-16 19:13:11 +02:00
[[package]]
name = "syn"
2020-02-22 14:29:34 +01:00
version = "1.0.15"
2019-10-16 19:13:11 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 16:55:35 +01:00
checksum = "7a0294dc449adc58bb6592fff1a23d3e5e6e235afc6a0ffca2657d19e7bbffe5"
2019-10-16 19:13:11 +02:00
dependencies = [
2019-10-27 16:55:35 +01:00
"proc-macro2",
"quote",
"unicode-xid",
2019-10-16 19:13:11 +02:00
]
2019-11-06 20:48:29 +01:00
[[package]]
name = "target-lexicon"
2020-01-10 13:12:49 +01:00
version = "0.10.0"
2019-11-06 20:48:29 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 16:55:35 +01:00
checksum = "ab0e7238dcc7b40a7be719a25365910f6807bd864f4cce6b2e6b873658e2b19d"
2019-11-06 20:48:29 +01:00
2019-11-01 20:08:42 +01:00
[[package]]
name = "thiserror"
version = "1.0.11"
2019-11-01 20:08:42 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 16:55:35 +01:00
checksum = "ee14bf8e6767ab4c687c9e8bc003879e042a96fd67a3ba5934eadb6536bef4db"
2019-11-01 20:08:42 +01:00
dependencies = [
2019-10-27 16:55:35 +01:00
"thiserror-impl",
2019-11-01 20:08:42 +01:00
]
[[package]]
name = "thiserror-impl"
version = "1.0.11"
2019-11-01 20:08:42 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 16:55:35 +01:00
checksum = "a7b51e1fbc44b5a0840be594fbc0f960be09050f2617e61e6aa43bef97cd3ef4"
2019-11-01 20:08:42 +01:00
dependencies = [
2019-10-27 16:55:35 +01:00
"proc-macro2",
"quote",
"syn",
2019-11-01 20:08:42 +01:00
]
2019-10-16 19:13:11 +02:00
[[package]]
name = "unicode-xid"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 16:55:35 +01:00
checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
2019-10-16 19:13:11 +02:00
2019-03-27 19:24:42 +01:00
[[package]]
name = "uuid"
2019-12-08 11:51:18 +01:00
version = "0.8.1"
2019-03-27 19:24:42 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 16:55:35 +01:00
checksum = "9fde2f6a4bea1d6e007c4ad38c6839fa71cbb63b6dbf5b595aa38dc9b1093c11"
2019-03-27 19:24:42 +01:00
2018-06-19 19:51:29 +02:00
[[package]]
name = "winapi"
2019-09-12 20:22:02 +02:00
version = "0.3.8"
2018-06-19 19:51:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 16:55:35 +01:00
checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
2018-06-19 19:51:29 +02:00
dependencies = [
2019-10-27 16:55:35 +01:00
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
2018-06-19 19:51:29 +02:00
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 16:55:35 +01:00
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2018-06-19 19:51:29 +02:00
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 16:55:35 +01:00
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"