00d919b3e4f8c8f19321670efede558e6dfa7b69
[crypto_lab1.git] / lab1_rust / Cargo.lock
1 [root]
2 name = "lab1_rust"
3 version = "0.0.2"
4 dependencies = [
5  "openssl 0.2.7 (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.7"
19 source = "git+https://github.com/sfackler/rust-openssl.git#12d31ade9dca8006b23e36d7631e9113f6234fc0"
20 dependencies = [
21  "openssl-sys 0.2.7 (git+https://github.com/sfackler/rust-openssl.git)",
22 ]
23
24 [[package]]
25 name = "openssl-sys"
26 version = "0.2.7"
27 source = "git+https://github.com/sfackler/rust-openssl.git#12d31ade9dca8006b23e36d7631e9113f6234fc0"
28 dependencies = [
29  "libressl-pnacl-sys 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
30  "pkg-config 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
31 ]
32
33 [[package]]
34 name = "pkg-config"
35 version = "0.1.2"
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