tokio-bin-process 0.7.0

run your application under a separate process with tokio tracing assertions when integration testing
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 = "2021"
name = "tokio-bin-process"
version = "0.7.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "run your application under a separate process with tokio tracing assertions when integration testing"
readme = false
license = "Apache-2.0"
repository = "https://github.com/shotover/tokio-bin-process"

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

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

[dependencies.anyhow]
version = "1.0.42"

[dependencies.cargo_metadata]
version = "0.19.0"

[dependencies.chrono]
version = "0.4.24"

[dependencies.itertools]
version = "0.14.0"

[dependencies.nix]
version = "0.29.0"
features = ["signal"]

[dependencies.nu-ansi-term]
version = "0.50.0"

[dependencies.regex-lite]
version = "0.1.6"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.subprocess]
version = "0.2.7"

[dependencies.tokio]
version = "1.25.0"
features = [
    "sync",
    "signal",
    "rt",
    "process",
    "io-util",
]

[dependencies.tracing]
version = "0.1.15"

[dev-dependencies.tokio]
version = "1.25.0"
features = [
    "macros",
    "rt-multi-thread",
    "time",
]