# 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.2.0" build = 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" [profile.dist] lto = "thin" inherits = "release" [[bin]] name = "mito" path = "src/main.rs" [dependencies.clap] version = "4.5.20" features = [ "std", "derive", ] [dependencies.netmito] version = "0.2.0" [dependencies.tokio] version = "1.36" features = [ "macros", "rt-multi-thread", "parking_lot", "process", "signal", "net", "time", "sync", "io-util", ] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [features] debugging = ["netmito/debugging"]