forked from OffchainLabs/cargo-stylus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
37 lines (33 loc) · 954 Bytes
/
Cargo.toml
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
[workspace]
members = ["cgen", "check", "example", "main", "replay", "util"]
resolver = "2"
[workspace.package]
authors = ["Offchain Labs"]
version = "0.4.1"
edition = "2021"
homepage = "https://arbitrum.io"
license = "MIT OR Apache-2.0"
repository = "https://github.com/OffchainLabs/cargo-stylus"
[workspace.dependencies]
alloy-primitives = "0.7.6"
alloy-json-abi = "0.7.6"
alloy-sol-macro = "0.7.6"
alloy-sol-types = "0.7.6"
alloy-ethers-typecast = "0.2.0"
clap = { version = "4.5.4", features = [ "derive", "color" ] }
ethers = "2.0.10"
eyre = "0.6.8"
hex = "0.4.3"
rustc-host = "0.1.7"
serde_json = "1.0.103"
tiny-keccak = { version = "2.0.2", features = ["keccak"] }
tokio = { version = "1.29.1", features = ["macros", "rt-multi-thread" ] }
# replay tool
function_name = "0.3.0"
lazy_static = "1.4.0"
libc = "0.2.148"
libloading = "0.8.0"
parking_lot = "0.12.1"
sneks = "0.1.2"
# members
cargo-stylus-util = { path = "util", version = "0.4.1" }