forked from wireapp/cryptobox-c
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cargo.lock
91 lines (81 loc) · 3.76 KB
/
Cargo.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
[root]
name = "cryptobox-c"
version = "1.0.0"
dependencies = [
"cryptobox 1.0.0 (git+https://github.com/wireapp/cryptobox?tag=v1.0.0)",
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
"proteus 1.0.0 (git+https://github.com/wireapp/proteus?tag=v1.0.0)",
]
[[package]]
name = "byteorder"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "cbor-codec"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "cryptobox"
version = "1.0.0"
source = "git+https://github.com/wireapp/cryptobox?tag=v1.0.0#27a74ab2b3dd284a31dbc2c3eb253cd660dc309c"
dependencies = [
"byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"cbor-codec 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
"proteus 1.0.0 (git+https://github.com/wireapp/proteus?tag=v1.0.0)",
]
[[package]]
name = "hkdf"
version = "0.2.0"
source = "git+https://github.com/wireapp/hkdf?tag=v0.2.0#7aac6e99153b266345e81484d54810caec8fae13"
dependencies = [
"sodiumoxide 0.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "libc"
version = "0.2.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libsodium-sys"
version = "0.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "pkg-config"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "proteus"
version = "1.0.0"
source = "git+https://github.com/wireapp/proteus?tag=v1.0.0#5bb9f3da4c6a1324b4636b6e92c4c3d3d479cc22"
dependencies = [
"byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"cbor-codec 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
"hkdf 0.2.0 (git+https://github.com/wireapp/hkdf?tag=v0.2.0)",
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
"sodiumoxide 0.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "sodiumoxide"
version = "0.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
"libsodium-sys 0.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
]
[metadata]
"checksum byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c40977b0ee6b9885c9013cd41d9feffdd22deb3bb4dc3a71d901cc7a77de18c8"
"checksum cbor-codec 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a959472d2119b3fd4d3672483cd7c9b9bb244c71f34aec3bf7376f798ed2a26b"
"checksum cryptobox 1.0.0 (git+https://github.com/wireapp/cryptobox?tag=v1.0.0)" = "<none>"
"checksum hkdf 0.2.0 (git+https://github.com/wireapp/hkdf?tag=v0.2.0)" = "<none>"
"checksum libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)" = "684f330624d8c3784fb9558ca46c4ce488073a8d22450415c5eb4f4cfb0d11b5"
"checksum libsodium-sys 0.0.14 (registry+https://github.com/rust-lang/crates.io-index)" = "cbbc6e46017815abf8698de0ed4847fad45fd8cad2909ac38ac6de79673c1ad1"
"checksum pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "3a8b4c6b8165cd1a1cd4b9b120978131389f64bdaf456435caa41e630edba903"
"checksum proteus 1.0.0 (git+https://github.com/wireapp/proteus?tag=v1.0.0)" = "<none>"
"checksum sodiumoxide 0.0.14 (registry+https://github.com/rust-lang/crates.io-index)" = "bc02c0bc77ffed8e8eaef004399b825cf4fd8aa02d0af6e473225affd583ff4d"