# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "scrooge" version = "0.1.0" authors = ["Rafael Caricio "] exclude = ["config.toml"] description = "A server that proxy HTTP requests and stream the responses in chunks of a specific size." license = "MIT" [dependencies.config] version = "0.9" [dependencies.futures] version = "0.1.21" [dependencies.human-size] version = "0.4" [dependencies.hyper] version = "0.12" [dependencies.lazy_static] version = "1.3" [dependencies.log] version = "0.4" [dependencies.pretty_env_logger] version = "0.3" [dependencies.serde] version = "1.0.8" features = ["derive"] [dependencies.structopt] version = "0.2" [dependencies.toml] version = "0.4.1" [dependencies.unicase] version = "2.3"