forked from DMDcoin/diamond-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
26 lines (24 loc) · 885 Bytes
/
Copy pathCargo.toml
File metadata and controls
26 lines (24 loc) · 885 Bytes
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
[package]
description = "ethereum vm builtin"
name = "ethcore-builtin"
version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
[dependencies]
bn = { package = "substrate-bn", git = "https://github.com/dmdcoin/bn", default-features = false }
byteorder = "1.3.2"
eip-152 = { path = "../../util/EIP-152" }
ethereum-types = "0.9.2"
ethjson = { path = "../../ethjson" }
ethkey = { path = "../../accounts/ethkey" }
keccak-hash = "0.5.0"
log = "0.4"
macros = { path = "../../util/macros" }
num-bigint = { version = "0.4" }
parity-bytes = "0.1"
parity-crypto = { version = "0.6.2", features = [ "publickey" ] }
eth_pairings = { git = "https://github.com/matter-labs/eip1962.git", default-features = false, features = ["eip_2537"], rev = "ece6cbabc41948db4200e41f0bfdab7ab94c7af8" }
[dev-dependencies]
hex-literal = "0.2.1"
rustc-hex = "1.0"
maplit = "1.0.2"