mirror of
https://github.com/PacktPublishing/Rust-High-Performance.git
synced 2026-01-25 02:34:19 +09:00
205 lines
9.3 KiB
TOML
205 lines
9.3 KiB
TOML
[[package]]
|
|
name = "either"
|
|
version = "1.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "example8"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"futures-await 0.2.0-alpha (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures"
|
|
version = "0.2.0-alpha"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"futures-channel 0.2.0-alpha (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"futures-core 0.2.0-alpha (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"futures-executor 0.2.0-alpha (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"futures-io 0.2.0-alpha (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"futures-sink 0.2.0-alpha (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"futures-util 0.2.0-alpha (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-await"
|
|
version = "0.2.0-alpha"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"futures 0.2.0-alpha (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"futures-await-async-macro 0.2.0-alpha (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"futures-await-await-macro 0.2.0-alpha (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"futures-stable 0.2.0-alpha (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"pin-api 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-await-async-macro"
|
|
version = "0.2.0-alpha"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"quote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"syn 0.12.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-await-await-macro"
|
|
version = "0.2.0-alpha"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "futures-channel"
|
|
version = "0.2.0-alpha"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"futures-core 0.2.0-alpha (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-core"
|
|
version = "0.2.0-alpha"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"either 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-executor"
|
|
version = "0.2.0-alpha"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"futures-channel 0.2.0-alpha (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"futures-core 0.2.0-alpha (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"futures-util 0.2.0-alpha (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-io"
|
|
version = "0.2.0-alpha"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"futures-core 0.2.0-alpha (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-sink"
|
|
version = "0.2.0-alpha"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"futures-channel 0.2.0-alpha (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"futures-core 0.2.0-alpha (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-stable"
|
|
version = "0.2.0-alpha"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"futures-core 0.2.0-alpha (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"futures-executor 0.2.0-alpha (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"pin-api 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-util"
|
|
version = "0.2.0-alpha"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"either 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"futures-channel 0.2.0-alpha (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"futures-core 0.2.0-alpha (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"futures-io 0.2.0-alpha (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"futures-sink 0.2.0-alpha (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "iovec"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libc"
|
|
version = "0.2.39"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "num_cpus"
|
|
version = "1.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pin-api"
|
|
version = "0.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "proc-macro2"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "quote"
|
|
version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "syn"
|
|
version = "0.12.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"quote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "unicode-xid"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "winapi"
|
|
version = "0.2.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[metadata]
|
|
"checksum either 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "740178ddf48b1a9e878e6d6509a1442a2d42fd2928aae8e7a6f8a36fb01981b3"
|
|
"checksum futures 0.2.0-alpha (registry+https://github.com/rust-lang/crates.io-index)" = "7799906214202625268bd8e970f88718681f0d8158816e792867e76e873a3dff"
|
|
"checksum futures-await 0.2.0-alpha (registry+https://github.com/rust-lang/crates.io-index)" = "89be9ff6b5ce9497bce3d6f6c9e0f3ee10829452f5b74f1d3ca09081ccab4a1f"
|
|
"checksum futures-await-async-macro 0.2.0-alpha (registry+https://github.com/rust-lang/crates.io-index)" = "6396f55c4e3235696021a086e552c58eb87416622e8c0ef18eae30532e992600"
|
|
"checksum futures-await-await-macro 0.2.0-alpha (registry+https://github.com/rust-lang/crates.io-index)" = "38fd771e79fd237eee67e4bf224678be06225611ffae2e9c8c02b761674cb83d"
|
|
"checksum futures-channel 0.2.0-alpha (registry+https://github.com/rust-lang/crates.io-index)" = "a628618079c0e226f76c122f7722e0cdb360405dc93bae726d3c5eb60cc08920"
|
|
"checksum futures-core 0.2.0-alpha (registry+https://github.com/rust-lang/crates.io-index)" = "8edc453d3cc036abd10fe909d7bc4734a6842334509fae36aca0345d51875aa8"
|
|
"checksum futures-executor 0.2.0-alpha (registry+https://github.com/rust-lang/crates.io-index)" = "2af511f2a382b0d639c8c4b2d334a102d4e0d5a7d25ce26ce7b518d45940c4ff"
|
|
"checksum futures-io 0.2.0-alpha (registry+https://github.com/rust-lang/crates.io-index)" = "0e93fb94ee92f872f8386797fd9ff40e14e9d12de4476a8c2369c44a04b0191f"
|
|
"checksum futures-sink 0.2.0-alpha (registry+https://github.com/rust-lang/crates.io-index)" = "a37519278f2ddf84ce9a6a3fcdbb11989e6a1a60f7a10925ba71bef666181e44"
|
|
"checksum futures-stable 0.2.0-alpha (registry+https://github.com/rust-lang/crates.io-index)" = "1c1eadd1a0e4f86c0a0a2f6b1317d535b577bb60ecae09cb81213d0e9cdfac70"
|
|
"checksum futures-util 0.2.0-alpha (registry+https://github.com/rust-lang/crates.io-index)" = "1deb48bc220d72a35dc22ad7383d13c500afef5a949c0c3ca72bc2e0b11a1768"
|
|
"checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08"
|
|
"checksum libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)" = "f54263ad99207254cf58b5f701ecb432c717445ea2ee8af387334bdd1a03fdff"
|
|
"checksum num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c51a3322e4bca9d212ad9a158a02abc6934d005490c054a2778df73a70aa0a30"
|
|
"checksum pin-api 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f8ede9061a87cf9393d581087a23b2afbc0618933c7ba29a349e306055c1a999"
|
|
"checksum proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cd07deb3c6d1d9ff827999c7f9b04cdfd66b1b17ae508e14fe47b620f2282ae0"
|
|
"checksum quote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1eca14c727ad12702eb4b6bfb5a232287dcf8385cb8ca83a3eeaf6519c44c408"
|
|
"checksum syn 0.12.14 (registry+https://github.com/rust-lang/crates.io-index)" = "8c5bc2d6ff27891209efa5f63e9de78648d7801f085e4653701a692ce938d6fd"
|
|
"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
|
|
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|