-
Notifications
You must be signed in to change notification settings - Fork 10
/
Cargo.lock
139 lines (123 loc) · 3.21 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "blake2b-ref"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "294d17c72e0ba59fad763caa112368d0672083779cdebbb97164f4bb4c1e339a"
[[package]]
name = "buddy-alloc"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f0d2da64a6a895d5a7e0724882825d50f83c13396b1b9f1878e19a024bab395"
[[package]]
name = "cc"
version = "1.0.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
dependencies = [
"libc",
]
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "ckb-auth-rs"
version = "0.1.0"
source = "git+https://github.com/nervosnetwork/ckb-auth.git?rev=df6e9ef#df6e9ef0e7ef3c83b6165e1ba180bf5a84a882ad"
dependencies = [
"ckb-std",
"hex",
"log",
]
[[package]]
name = "ckb-gen-types"
version = "0.111.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3bc54ca99b09e1eb5fc6c49bb1156644ce57fce9c6f52b5c13110b9a3143f7e"
dependencies = [
"cfg-if",
"molecule",
]
[[package]]
name = "ckb-standalone-types"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5c776d70eb4f60a22a3180857646d77b2da8d33c0c4a063ad9f6610fc94609f"
dependencies = [
"blake2b-ref",
"cfg-if",
"molecule",
]
[[package]]
name = "ckb-std"
version = "0.14.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a08518aa0fd4ce069d3ec80b63dcd3d6543ad3805ad1c0b4e1d8e4d38f8a9fc"
dependencies = [
"buddy-alloc",
"cc",
"ckb-standalone-types",
]
[[package]]
name = "ckb-transaction-cobuild"
version = "0.1.0"
dependencies = [
"blake2b-ref",
"ckb-gen-types",
"ckb-std",
"molecule",
]
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "libc"
version = "0.2.150"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c"
[[package]]
name = "log"
version = "0.4.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
[[package]]
name = "molecule"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4fd9767ab5e5f2ea40f71ff4c8bdb633c50509052e093c2fdd0e390a749dfa3"
dependencies = [
"cfg-if",
]
[[package]]
name = "transaction-cobuild-lock-demo"
version = "0.1.0"
dependencies = [
"blake2b-ref",
"ckb-auth-rs",
"ckb-std",
"ckb-transaction-cobuild",
"molecule",
]
[[package]]
name = "transaction-cobuild-otx-lock-demo"
version = "0.1.0"
dependencies = [
"blake2b-ref",
"ckb-auth-rs",
"ckb-std",
"ckb-transaction-cobuild",
"molecule",
]
[[package]]
name = "transaction-cobuild-type-demo"
version = "0.1.0"
dependencies = [
"ckb-std",
"ckb-transaction-cobuild",
]