# 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 = "upstream" version = "0.1.0" authors = ["Austin Jones "] description = "The mock HTTP upstream for development of HTTP applications and reverse proxies." homepage = "https://github.com/austinjones/upstream-rs" readme = "README.md" keywords = [ "cli", "terminal", "tool", "http", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/austinjones/upstream-rs" [dependencies.anyhow] version = "1.0.71" [dependencies.async-stream] version = "0.3.5" [dependencies.block-id] version = "0.2.1" [dependencies.clap] version = "4.3.4" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.futures] version = "0.3.28" [dependencies.hyper] version = "0.14.26" features = [ "server", "runtime", "backports", "http1", "stream", ] [dependencies.log] version = "0.4" [dependencies.pretty_env_logger] version = "0.5.0" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.164" features = ["derive"] [dependencies.serde_json] version = "1.0.97" [dependencies.tokio] version = "1.28.2" features = [ "rt-multi-thread", "net", "macros", ]