# 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 = "tokimak" version = "0.0.1" authors = ["Pierce Bartine (pbar)"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Tokio task reactor" readme = "README.md" license = "MIT" repository = "https://github.com/pbar1/tokimak" [lib] name = "tokimak" path = "src/lib.rs" [[example]] name = "demo" path = "examples/demo.rs" [dependencies.futures] version = "0.3" [dependencies.tokio] version = "1" features = [ "full", "tracing", ] [dependencies.tokio-util] version = "0.7.12" features = ["rt"] [dependencies.tracing] version = "0.1" [dev-dependencies.anyhow] version = "1" [dev-dependencies.async-trait] version = "0.1.83" [dev-dependencies.clap] version = "4" features = [ "derive", "env", ] [dev-dependencies.console-subscriber] version = "0.4" [dev-dependencies.indicatif] version = "0.17" [dev-dependencies.rand] version = "0" [dev-dependencies.russh] version = "0.45" [dev-dependencies.russh-keys] version = "0.45.0" [dev-dependencies.tracing-glog] version = "0.4" [dev-dependencies.tracing-indicatif] version = "0.3" [dev-dependencies.tracing-subscriber] version = "0.3"