Fixes the code to the new Rust nightly build changes.
[crypto_lab1.git] / lab1_rust / Cargo.lock
1 [root]
2 name = "lab1_rust"
3 version = "0.0.2"
4 dependencies = [
5  "openssl 0.0.1 (git+https://github.com/sfackler/rust-openssl.git)",
6 ]
7
8 [[package]]
9 name = "libressl-pnacl-sys"
10 version = "2.0.1"
11 source = "git+https://github.com/DiamondLovesYou/libressl-pnacl-sys.git#9a42eeb52070ae0aa4f666d36198899e1e54cda5"
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.0.1"
19 source = "git+https://github.com/sfackler/rust-openssl.git#33af6a0b7a1037945181db96cf4f6915457a3df6"
20 dependencies = [
21  "libressl-pnacl-sys 2.0.1 (git+https://github.com/DiamondLovesYou/libressl-pnacl-sys.git)",
22  "openssl-sys 0.0.1 (git+https://github.com/sfackler/rust-openssl.git)",
23 ]
24
25 [[package]]
26 name = "openssl-sys"
27 version = "0.0.1"
28 source = "git+https://github.com/sfackler/rust-openssl.git#33af6a0b7a1037945181db96cf4f6915457a3df6"
29 dependencies = [
30  "pkg-config 0.0.1 (git+https://github.com/alexcrichton/pkg-config-rs)",
31 ]
32
33 [[package]]
34 name = "pkg-config"
35 version = "0.0.1"
36 source = "git+https://github.com/alexcrichton/pkg-config-rs#d24a08d87d63df8dc9526c503944415b86719220"
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