Changes according the latest Rust nightly.
[crypto_lab1.git] / lab1_rust / Cargo.lock
1 [root]
2 name = "lab1_rust"
3 version = "0.0.2"
4 dependencies = [
5  "openssl 0.2.12 (git+https://github.com/sfackler/rust-openssl.git)",
6 ]
7
8 [[package]]
9 name = "libressl-pnacl-sys"
10 version = "2.1.3"
11 source = "registry+https://github.com/rust-lang/crates.io-index"
12 dependencies = [
13  "pnacl-build-helper 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
14 ]
15
16 [[package]]
17 name = "openssl"
18 version = "0.2.12"
19 source = "git+https://github.com/sfackler/rust-openssl.git#3ab2e07618fe5c1e239a64ce8e267bc1ca95aaf7"
20 dependencies = [
21  "openssl-sys 0.2.12 (git+https://github.com/sfackler/rust-openssl.git)",
22 ]
23
24 [[package]]
25 name = "openssl-sys"
26 version = "0.2.12"
27 source = "git+https://github.com/sfackler/rust-openssl.git#3ab2e07618fe5c1e239a64ce8e267bc1ca95aaf7"
28 dependencies = [
29  "libressl-pnacl-sys 2.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
30  "pkg-config 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
31 ]
32
33 [[package]]
34 name = "pkg-config"
35 version = "0.1.3"
36 source = "registry+https://github.com/rust-lang/crates.io-index"
37
38 [[package]]
39 name = "pnacl-build-helper"
40 version = "1.1.0"
41 source = "registry+https://github.com/rust-lang/crates.io-index"
42