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