# 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 = "proxy-llama" version = "0.1.0" description = "a proxy framework using Tokio written purely in Rust" homepage = "https://github.com/plabayo/llama" keywords = [ "io", "async", "non-blocking", "futures", ] categories = [ "asynchronous", "network-programming", ] license = "MIT" repository = "https://github.com/plabayo/llama" [dependencies.futures-core] version = "0.3" [dependencies.num_cpus] version = "1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "io-util", "io-std", "net", "time", "rt-multi-thread", "macros", "tracing", ] [dependencies.tokio-task-manager] version = "0.2" [dependencies.tower-service] version = "0.3" [dependencies.tracing] version = "0.1" [dev-dependencies.tower] version = "0.4" features = [ "util", "limit", ]