near-workspaces 0.22.0

Library for automating workflows and testing NEAR smart contracts.
Documentation
[build-dependencies.near-sandbox]
version = "0.3.1"

[dependencies.async-trait]
version = "0.1"

[dependencies.base64]
version = "0.22"

[dependencies.bs58]
version = "0.5"

[dependencies.cargo-near-build]
optional = true
version = "0.9.0"

[dependencies.chrono]
version = "0.4.19"

[dependencies.fs2]
version = "0.4"

[dependencies.json-patch]
version = "2.0"

[dependencies.near-abi-client]
version = "0.1.1"

[dependencies.near-account-id]
version = "2.0.0"

[dependencies.near-chain-configs]
optional = true
version = "0.34"

[dependencies.near-crypto]
version = "0.34"

[dependencies.near-gas]
features = ["serde", "borsh", "schemars"]
version = "0.3"

[dependencies.near-jsonrpc-client]
features = ["sandbox"]
version = "0.20"

[dependencies.near-jsonrpc-primitives]
version = "0.34"

[dependencies.near-primitives]
version = "0.34"

[dependencies.near-sandbox]
version = "0.3.1"

[dependencies.near-sdk]
optional = true
version = "5.7"

[dependencies.near-token]
features = ["serde"]
version = "0.3"

[dependencies.rand]
version = "0.8.4"

[dependencies.reqwest]
features = ["json"]
version = "0.12"

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.tempfile]
version = "3.3"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
features = ["full"]
version = "1"

[dependencies.tokio-retry]
version = "0.3"

[dependencies.tracing]
version = "0.1"

[dependencies.url]
features = ["serde"]
version = "2.2.2"

[dev-dependencies.anyhow]
version = "1.0"

[dev-dependencies.futures]
version = "0.3"

[dev-dependencies.near-sdk]
features = ["unit-testing"]
version = "5.20"

[dev-dependencies.test-log]
default-features = false
features = ["trace"]
version = "0.2.8"

[dev-dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3.5"

[features]
default = ["install"]
experimental = ["near-chain-configs"]
install = []
interop_sdk = ["near-sdk"]
unstable = ["dep:cargo-near-build"]

[lib]
name = "near_workspaces"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = """
Library for automating workflows and testing NEAR smart contracts.
"""
edition = "2018"
license = "MIT OR Apache-2.0"
name = "near-workspaces"
readme = "README.md"
repository = "https://github.com/near/near-workspaces-rs"
version = "0.22.0"

[package.metadata.docs.rs]
all-features = true

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[[test]]
name = "account"
path = "tests/account.rs"

[[test]]
name = "batch_tx"
path = "tests/batch_tx.rs"

[[test]]
name = "cross_contract"
path = "tests/cross_contract.rs"

[[test]]
name = "deploy"
path = "tests/deploy.rs"

[[test]]
name = "deploy_project"
path = "tests/deploy_project.rs"

[[test]]
name = "gas_meter"
path = "tests/gas_meter.rs"

[[test]]
name = "optional_args"
path = "tests/optional_args.rs"

[[test]]
name = "parallel_transactions"
path = "tests/parallel_transactions.rs"

[[test]]
name = "patch_state"
path = "tests/patch_state.rs"

[[test]]
name = "query"
path = "tests/query.rs"

[[test]]
name = "types"
path = "tests/types.rs"