# 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] name = "httptin" version = "0.2.3" authors = ["Cyril Plisko "] description = "httpbin like utility rewrite in Rust" homepage = "https://gitlab.com/imp/httptin" documentation = "https://docs.rs/httptin" keywords = ["httpbin", "http", "server", "injection"] categories = ["web-programming::http-server"] license = "MIT/Apache-2.0" repository = "https://gitlab.com/imp/httptin.git" [dependencies.hyper] version = "0.10" [dependencies.itertools] version = "0.7" [dependencies.log] version = "0.4" [dependencies.pretty_env_logger] version = "0.2" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [badges.gitlab] repository = "imp/httptin"