solana/program-test/Cargo.toml
dependabot[bot] f96c4ec84e chore: bump async-trait from 0.1.36 to 0.1.42
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.36 to 0.1.42.
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](https://github.com/dtolnay/async-trait/compare/0.1.36...0.1.42)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-25 09:34:31 -08:00

24 lines
882 B
TOML

[package]
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
description = "Solana Program Test Framework"
edition = "2018"
license = "Apache-2.0"
name = "solana-program-test"
repository = "https://github.com/solana-labs/solana"
version = "1.5.0"
[dependencies]
async-trait = "0.1.42"
base64 = "0.12.3"
chrono = "0.4.19"
chrono-humanize = "0.1.1"
log = "0.4.8"
solana-banks-client = { path = "../banks-client", version = "1.5.0" }
solana-banks-server = { path = "../banks-server", version = "1.5.0" }
solana-bpf-loader-program = { path = "../programs/bpf_loader", version = "1.5.0" }
solana-logger = { path = "../logger", version = "1.5.0" }
solana-program = { path = "../sdk/program", version = "1.5.0" }
solana-runtime = { path = "../runtime", version = "1.5.0" }
solana-sdk = { path = "../sdk", version = "1.5.0" }
tokio = { version = "0.3", features = ["full"] }