-
Notifications
You must be signed in to change notification settings - Fork 9
/
Cargo.toml
38 lines (30 loc) · 990 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
38
[package]
name = "cosm-orc"
version = "4.0.1"
edition = "2021"
authors = ["Harry Hull <[email protected]>"]
readme = "README.md"
description = "Cosmwasm smart contract orchestration and gas profiling library"
repository = "https://github.com/de-husk/cosm-orc.git"
keywords = ["cosmos", "cosmwasm", "smart-contract", "profiling"]
categories = ["cryptography::cryptocurrencies"]
license = "Apache-2.0"
[features]
optimize = ["cw-optimizoor"]
[dependencies]
cosm-tome = { version = "0.2.1" }
thiserror = "1.0.31"
erased-serde = "0.3"
serde = { version = "1.0", default-features = false, features = ["derive"] }
serde_json = "1.0"
log = "0.4.0"
config = { version = "0.13.1", features = ["yaml"] }
tokio = { version = "1.20.1", default-features=false }
cw-optimizoor = { version = "0.8.0", optional = true }
[dev-dependencies]
cosm-tome = { version = "0.2.1", features = ["mocks"] }
cosmos-sdk-proto = "0.15.0"
assert_matches = "1.5"
cw20-base = "0.15"
cw20 = "0.15"
faux = "0.1.7"