miden-client-integration-tests 0.13.3

Integration Tests for the miden client library
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.90"
name = "miden-client-integration-tests"
version = "0.13.3"
authors = ["miden contributors"]
build = "build.rs"
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Integration Tests for the miden client library"
readme = "README.md"
license = "MIT"
repository = "https://github.com/0xMiden/miden-client"
resolver = "2"

[package.metadata.cargo-machete]
ignored = ["url"]

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

[[bin]]
name = "miden-client-integration-tests"
path = "src/main.rs"

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

[dependencies.anyhow]
version = "1.0"
features = ["std"]
default-features = false

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

[dependencies.clap]
version = "4.0"
features = [
    "derive",
    "env",
]

[dependencies.miden-client]
version = "0.13"
features = [
    "std",
    "testing",
    "tonic",
]
default-features = false

[dependencies.miden-client-sqlite-store]
version = "0.13"
default-features = false

[dependencies.num_cpus]
version = "1.0"

[dependencies.rand]
version = "0.9"

[dependencies.regex]
version = "1.0"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.tokio]
version = "1.48"
features = [
    "macros",
    "rt-multi-thread",
]

[dependencies.url]
version = "2.5.4"

[dependencies.uuid]
version = "1.10"