Created
July 15, 2017 22:09
-
-
Save behnam/fc310681cb5b90f1218966174db7e6ce to your computer and use it in GitHub Desktop.
Cargo.lock-before
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root] | |
name = "unicode-bidi" | |
version = "0.3.3" | |
dependencies = [ | |
"flame 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", | |
"matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
"serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
"serde_derive 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
"serde_test 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "dtoa" | |
version = "0.4.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "flame" | |
version = "0.1.12" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
"serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
"serde_derive 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
"serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"thread-id 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "itoa" | |
version = "0.3.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "kernel32-sys" | |
version = "0.2.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "lazy_static" | |
version = "0.2.8" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "libc" | |
version = "0.2.26" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "matches" | |
version = "0.1.6" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "num-traits" | |
version = "0.1.40" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "quote" | |
version = "0.3.15" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "redox_syscall" | |
version = "0.1.26" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "serde" | |
version = "1.0.10" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "serde_derive" | |
version = "1.0.10" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", | |
"serde_derive_internals 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "serde_derive_internals" | |
version = "0.15.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)", | |
"synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "serde_json" | |
version = "1.0.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"dtoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"itoa 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", | |
"serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "serde_test" | |
version = "1.0.10" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "syn" | |
version = "0.11.11" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", | |
"synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
"unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "synom" | |
version = "0.11.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "thread-id" | |
version = "3.2.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)", | |
"redox_syscall 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "unicode-xid" | |
version = "0.0.4" | |
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" | |
[[package]] | |
name = "winapi-build" | |
version = "0.1.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[metadata] | |
"checksum dtoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "80c8b71fd71146990a9742fc06dcbbde19161a267e0ad4e572c35162f4578c90" | |
"checksum flame 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "742b046d7320354cd719d846800b6741300b9f9174d7ec5b2da853af9e7e78e1" | |
"checksum itoa 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "eb2f404fbc66fd9aac13e998248505e7ecb2ad8e44ab6388684c5fb11c6c251c" | |
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" | |
"checksum lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "3b37545ab726dd833ec6420aaba8231c5b320814b9029ad585555d2a03e94fbf" | |
"checksum libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)" = "30885bcb161cf67054244d10d4a7f4835ffd58773bc72e07d35fecf472295503" | |
"checksum matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "100aabe6b8ff4e4a7e32c1c13523379802df0772b82466207ac25b013f193376" | |
"checksum num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "99843c856d68d8b4313b03a17e33c4bb42ae8f6610ea81b28abe076ac721b9b0" | |
"checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a" | |
"checksum redox_syscall 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)" = "9df6a71a1e67be2104410736b2389fb8e383c1d7e9e792d629ff13c02867147a" | |
"checksum serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)" = "433d7d9f8530d5a939ad5e0e72a6243d2e42a24804f70bf592c679363dcacb2f" | |
"checksum serde_derive 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)" = "7b707cf0d4cab852084f573058def08879bb467fda89d99052485e7d00edd624" | |
"checksum serde_derive_internals 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)" = "37aee4e0da52d801acfbc0cc219eb1eda7142112339726e427926a6f6ee65d3a" | |
"checksum serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "48b04779552e92037212c3615370f6bd57a40ebba7f20e554ff9f55e41a69a7b" | |
"checksum serde_test 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)" = "1403264d6d747d58e32df841de7d694a16e87b2d1759e6103556d6847474011d" | |
"checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad" | |
"checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6" | |
"checksum thread-id 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2af4d6289a69a35c4d3aea737add39685f2784122c28119a7713165a63d68c9d" | |
"checksum unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc" | |
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" | |
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment