-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Expand file tree
/
Copy pathCargo.toml
More file actions
41 lines (35 loc) · 1.28 KB
/
Cargo.toml
File metadata and controls
41 lines (35 loc) · 1.28 KB
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
[package]
name = "ibc-union"
version = "0.0.0"
authors = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
publish = { workspace = true }
repository = { workspace = true }
[lints]
workspace = true
[lib]
crate-type = ["cdylib", "rlib"]
[features]
cw-orch-interface = ["dep:cw-orch", "ibc-union-msg/cw-orch-interface"]
library = []
[dependencies]
access-managed = { workspace = true }
alloy-sol-types = { workspace = true }
cosmwasm-event = { workspace = true }
cosmwasm-std = { workspace = true, features = ["abort", "iterator"] }
cw-orch = { workspace = true, optional = true }
depolama = { workspace = true }
embed-commit = { workspace = true }
frissitheto = { workspace = true }
ibc-union-msg = { workspace = true }
ibc-union-spec = { workspace = true, features = ["ethabi", "serde", "bincode"] }
serde = { workspace = true, features = ["derive"] }
serde-json-wasm = { workspace = true }
strum = { workspace = true, features = ["derive"] }
thiserror = { workspace = true }
unionlabs = { workspace = true, features = ["ethabi", "bincode"] }
upgradable = { workspace = true }
[dev-dependencies]
access-manager-types = { workspace = true }
hex-literal = { workspace = true }