# 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 = "fly_catcher" version = "0.1.0" authors = ["Kubilay Salih "] description = "Fly Catcher, a simple HTTP server that logs request parameters." readme = "README.md" keywords = [ "cli", "http-server", "logging", "development", ] categories = [ "command-line-utilities", "network-programming", "web-programming::http-server", "development-tools::logging", ] license = "MIT" repository = "https://github.com/kubilaysalih/fly_catcher" [dependencies.clap] version = "2.33.3" [dependencies.hyper] version = "0.13" [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "0.2" features = ["full"]