You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

458 lines
8.7 KiB

4 years ago
  1. # This file is automatically @generated by Cargo.
  2. # It is not intended for manual editing.
  3. [[package]]
  4. name = "ark-bls12-377"
  5. version = "0.1.0"
  6. dependencies = [
  7. "ark-curve-tests",
  8. "ark-ec",
  9. "ark-ff",
  10. "ark-serialize",
  11. "ark-std",
  12. "rand",
  13. "rand_xorshift",
  14. ]
  15. [[package]]
  16. name = "ark-bls12-381"
  17. version = "0.1.0"
  18. dependencies = [
  19. "ark-curve-tests",
  20. "ark-ec",
  21. "ark-ff",
  22. "ark-serialize",
  23. "ark-std",
  24. "rand",
  25. "rand_xorshift",
  26. ]
  27. [[package]]
  28. name = "ark-bn254"
  29. version = "0.1.0"
  30. dependencies = [
  31. "ark-curve-tests",
  32. "ark-ec",
  33. "ark-ff",
  34. "ark-serialize",
  35. "ark-std",
  36. "rand",
  37. "rand_xorshift",
  38. ]
  39. [[package]]
  40. name = "ark-bw6-761"
  41. version = "0.1.0"
  42. dependencies = [
  43. "ark-bls12-377",
  44. "ark-curve-tests",
  45. "ark-ec",
  46. "ark-ff",
  47. "ark-serialize",
  48. "ark-std",
  49. "rand",
  50. "rand_xorshift",
  51. ]
  52. [[package]]
  53. name = "ark-cp6-782"
  54. version = "0.1.0"
  55. dependencies = [
  56. "ark-bls12-377",
  57. "ark-curve-tests",
  58. "ark-ec",
  59. "ark-ff",
  60. "ark-serialize",
  61. "ark-std",
  62. "rand",
  63. "rand_xorshift",
  64. ]
  65. [[package]]
  66. name = "ark-curve-benches"
  67. version = "0.1.1-alpha.0"
  68. dependencies = [
  69. "ark-bls12-377",
  70. "ark-bls12-381",
  71. "ark-bn254",
  72. "ark-bw6-761",
  73. "ark-cp6-782",
  74. "ark-ec",
  75. "ark-ff",
  76. "ark-mnt4-298",
  77. "ark-mnt4-753",
  78. "ark-mnt6-298",
  79. "ark-mnt6-753",
  80. "ark-serialize",
  81. "paste",
  82. "rand",
  83. "rand_xorshift",
  84. "rustc_version",
  85. ]
  86. [[package]]
  87. name = "ark-curve-tests"
  88. version = "0.1.0"
  89. dependencies = [
  90. "ark-ec",
  91. "ark-ff",
  92. "ark-serialize",
  93. "ark-std",
  94. "rand",
  95. "rand_xorshift",
  96. ]
  97. [[package]]
  98. name = "ark-ec"
  99. version = "0.1.0"
  100. source = "git+https://github.com/arkworks-rs/algebra#d5202f896ca9700c5c22d7a1266ada600f913dc4"
  101. dependencies = [
  102. "ark-ff",
  103. "ark-serialize",
  104. "ark-std",
  105. "derivative",
  106. "num-traits",
  107. "rand",
  108. ]
  109. [[package]]
  110. name = "ark-ed-on-bls12-377"
  111. version = "0.1.0"
  112. dependencies = [
  113. "ark-bls12-377",
  114. "ark-curve-tests",
  115. "ark-ec",
  116. "ark-ff",
  117. "ark-serialize",
  118. "ark-std",
  119. "rand",
  120. "rand_xorshift",
  121. ]
  122. [[package]]
  123. name = "ark-ed-on-bls12-381"
  124. version = "0.1.0"
  125. dependencies = [
  126. "ark-bls12-381",
  127. "ark-curve-tests",
  128. "ark-ec",
  129. "ark-ff",
  130. "ark-serialize",
  131. "ark-std",
  132. "rand",
  133. "rand_xorshift",
  134. ]
  135. [[package]]
  136. name = "ark-ed-on-bn254"
  137. version = "0.1.0"
  138. dependencies = [
  139. "ark-bn254",
  140. "ark-curve-tests",
  141. "ark-ec",
  142. "ark-ff",
  143. "ark-serialize",
  144. "ark-std",
  145. "rand",
  146. "rand_xorshift",
  147. ]
  148. [[package]]
  149. name = "ark-ed-on-bw6-761"
  150. version = "0.1.0"
  151. dependencies = [
  152. "ark-ed-on-cp6-782",
  153. ]
  154. [[package]]
  155. name = "ark-ed-on-cp6-782"
  156. version = "0.1.0"
  157. dependencies = [
  158. "ark-bls12-377",
  159. "ark-curve-tests",
  160. "ark-ec",
  161. "ark-ff",
  162. "ark-serialize",
  163. "ark-std",
  164. "rand",
  165. "rand_xorshift",
  166. ]
  167. [[package]]
  168. name = "ark-ed-on-mnt4-298"
  169. version = "0.1.0"
  170. dependencies = [
  171. "ark-curve-tests",
  172. "ark-ec",
  173. "ark-ff",
  174. "ark-mnt4-298",
  175. "ark-serialize",
  176. "ark-std",
  177. "rand",
  178. "rand_xorshift",
  179. ]
  180. [[package]]
  181. name = "ark-ff"
  182. version = "0.1.0"
  183. source = "git+https://github.com/arkworks-rs/algebra#d5202f896ca9700c5c22d7a1266ada600f913dc4"
  184. dependencies = [
  185. "ark-ff-asm",
  186. "ark-serialize",
  187. "ark-std",
  188. "derivative",
  189. "num-traits",
  190. "rand",
  191. "rustc_version",
  192. ]
  193. [[package]]
  194. name = "ark-ff-asm"
  195. version = "0.1.0"
  196. source = "git+https://github.com/arkworks-rs/algebra#d5202f896ca9700c5c22d7a1266ada600f913dc4"
  197. dependencies = [
  198. "quote",
  199. "syn",
  200. ]
  201. [[package]]
  202. name = "ark-mnt4-298"
  203. version = "0.1.0"
  204. dependencies = [
  205. "ark-curve-tests",
  206. "ark-ec",
  207. "ark-ff",
  208. "ark-serialize",
  209. "ark-std",
  210. "rand",
  211. "rand_xorshift",
  212. ]
  213. [[package]]
  214. name = "ark-mnt4-753"
  215. version = "0.1.0"
  216. dependencies = [
  217. "ark-curve-tests",
  218. "ark-ec",
  219. "ark-ff",
  220. "ark-serialize",
  221. "ark-std",
  222. "rand",
  223. "rand_xorshift",
  224. ]
  225. [[package]]
  226. name = "ark-mnt6-298"
  227. version = "0.1.0"
  228. dependencies = [
  229. "ark-curve-tests",
  230. "ark-ec",
  231. "ark-ff",
  232. "ark-mnt4-298",
  233. "ark-serialize",
  234. "ark-std",
  235. "rand",
  236. "rand_xorshift",
  237. ]
  238. [[package]]
  239. name = "ark-mnt6-753"
  240. version = "0.1.0"
  241. dependencies = [
  242. "ark-curve-tests",
  243. "ark-ec",
  244. "ark-ff",
  245. "ark-mnt4-753",
  246. "ark-serialize",
  247. "ark-std",
  248. "rand",
  249. "rand_xorshift",
  250. ]
  251. [[package]]
  252. name = "ark-serialize"
  253. version = "0.1.0"
  254. source = "git+https://github.com/arkworks-rs/algebra#d5202f896ca9700c5c22d7a1266ada600f913dc4"
  255. dependencies = [
  256. "ark-std",
  257. ]
  258. [[package]]
  259. name = "ark-std"
  260. version = "0.1.0"
  261. source = "git+https://github.com/arkworks-rs/utils#7bde3ab01799da8429b8fa9c3f152201415cdfe7"
  262. [[package]]
  263. name = "autocfg"
  264. version = "1.0.1"
  265. source = "registry+https://github.com/rust-lang/crates.io-index"
  266. checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
  267. [[package]]
  268. name = "cfg-if"
  269. version = "0.1.10"
  270. source = "registry+https://github.com/rust-lang/crates.io-index"
  271. checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
  272. [[package]]
  273. name = "derivative"
  274. version = "2.1.1"
  275. source = "registry+https://github.com/rust-lang/crates.io-index"
  276. checksum = "cb582b60359da160a9477ee80f15c8d784c477e69c217ef2cdd4169c24ea380f"
  277. dependencies = [
  278. "proc-macro2",
  279. "quote",
  280. "syn",
  281. ]
  282. [[package]]
  283. name = "getrandom"
  284. version = "0.1.15"
  285. source = "registry+https://github.com/rust-lang/crates.io-index"
  286. checksum = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6"
  287. dependencies = [
  288. "cfg-if",
  289. "libc",
  290. "wasi",
  291. ]
  292. [[package]]
  293. name = "libc"
  294. version = "0.2.79"
  295. source = "registry+https://github.com/rust-lang/crates.io-index"
  296. checksum = "2448f6066e80e3bfc792e9c98bf705b4b0fc6e8ef5b43e5889aff0eaa9c58743"
  297. [[package]]
  298. name = "num-traits"
  299. version = "0.2.12"
  300. source = "registry+https://github.com/rust-lang/crates.io-index"
  301. checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611"
  302. dependencies = [
  303. "autocfg",
  304. ]
  305. [[package]]
  306. name = "paste"
  307. version = "1.0.1"
  308. source = "registry+https://github.com/rust-lang/crates.io-index"
  309. checksum = "0520af26d4cf99643dbbe093a61507922b57232d9978d8491fdc8f7b44573c8c"
  310. [[package]]
  311. name = "ppv-lite86"
  312. version = "0.2.9"
  313. source = "registry+https://github.com/rust-lang/crates.io-index"
  314. checksum = "c36fa947111f5c62a733b652544dd0016a43ce89619538a8ef92724a6f501a20"
  315. [[package]]
  316. name = "proc-macro2"
  317. version = "1.0.24"
  318. source = "registry+https://github.com/rust-lang/crates.io-index"
  319. checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
  320. dependencies = [
  321. "unicode-xid",
  322. ]
  323. [[package]]
  324. name = "quote"
  325. version = "1.0.7"
  326. source = "registry+https://github.com/rust-lang/crates.io-index"
  327. checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
  328. dependencies = [
  329. "proc-macro2",
  330. ]
  331. [[package]]
  332. name = "rand"
  333. version = "0.7.3"
  334. source = "registry+https://github.com/rust-lang/crates.io-index"
  335. checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
  336. dependencies = [
  337. "getrandom",
  338. "libc",
  339. "rand_chacha",
  340. "rand_core",
  341. "rand_hc",
  342. ]
  343. [[package]]
  344. name = "rand_chacha"
  345. version = "0.2.2"
  346. source = "registry+https://github.com/rust-lang/crates.io-index"
  347. checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
  348. dependencies = [
  349. "ppv-lite86",
  350. "rand_core",
  351. ]
  352. [[package]]
  353. name = "rand_core"
  354. version = "0.5.1"
  355. source = "registry+https://github.com/rust-lang/crates.io-index"
  356. checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
  357. dependencies = [
  358. "getrandom",
  359. ]
  360. [[package]]
  361. name = "rand_hc"
  362. version = "0.2.0"
  363. source = "registry+https://github.com/rust-lang/crates.io-index"
  364. checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
  365. dependencies = [
  366. "rand_core",
  367. ]
  368. [[package]]
  369. name = "rand_xorshift"
  370. version = "0.2.0"
  371. source = "registry+https://github.com/rust-lang/crates.io-index"
  372. checksum = "77d416b86801d23dde1aa643023b775c3a462efc0ed96443add11546cdf1dca8"
  373. dependencies = [
  374. "rand_core",
  375. ]
  376. [[package]]
  377. name = "rustc_version"
  378. version = "0.2.3"
  379. source = "registry+https://github.com/rust-lang/crates.io-index"
  380. checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
  381. dependencies = [
  382. "semver",
  383. ]
  384. [[package]]
  385. name = "semver"
  386. version = "0.9.0"
  387. source = "registry+https://github.com/rust-lang/crates.io-index"
  388. checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
  389. dependencies = [
  390. "semver-parser",
  391. ]
  392. [[package]]
  393. name = "semver-parser"
  394. version = "0.7.0"
  395. source = "registry+https://github.com/rust-lang/crates.io-index"
  396. checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
  397. [[package]]
  398. name = "syn"
  399. version = "1.0.44"
  400. source = "registry+https://github.com/rust-lang/crates.io-index"
  401. checksum = "e03e57e4fcbfe7749842d53e24ccb9aa12b7252dbe5e91d2acad31834c8b8fdd"
  402. dependencies = [
  403. "proc-macro2",
  404. "quote",
  405. "unicode-xid",
  406. ]
  407. [[package]]
  408. name = "unicode-xid"
  409. version = "0.2.1"
  410. source = "registry+https://github.com/rust-lang/crates.io-index"
  411. checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
  412. [[package]]
  413. name = "wasi"
  414. version = "0.9.0+wasi-snapshot-preview1"
  415. source = "registry+https://github.com/rust-lang/crates.io-index"
  416. checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"