mito 0.6.8

A Unified Distributed Transport Evaluation Framework
# 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"
rust-version = "1.76"
name = "mito"
version = "0.6.8"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Unified Distributed Transport Evaluation Framework"
homepage = "https://github.com/stack-rs/mitosis"
readme = "README.md"
keywords = [
    "distributed",
    "transport",
    "evaluation",
    "network",
    "utility",
]
categories = [
    "network-programming",
    "concurrency",
    "command-line-utilities",
]
license = "Apache-2.0"
repository = "https://github.com/stack-rs/mitosis"

[features]
crossfire-channel = ["netmito/crossfire-channel"]
debugging = ["netmito/debugging"]
default = ["crossfire-channel"]

[[bin]]
name = "mito"
path = "src/main.rs"

[dependencies.clap]
version = "4.5.51"
features = [
    "std",
    "derive",
]

[dependencies.netmito]
version = "0.6.8"

[dependencies.shadow-rs]
version = "1.3.0"
default-features = false

[dependencies.tokio]
version = "1.48"
features = [
    "macros",
    "rt-multi-thread",
    "parking_lot",
    "process",
    "signal",
    "net",
    "time",
    "sync",
    "io-util",
]

[dependencies.tracing]
version = "0.1.41"

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

[build-dependencies.shadow-rs]
version = "1.3.0"

[profile.dist]
lto = "thin"
inherits = "release"