# 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 = "httpd-util" version = "0.1.6" authors = ["Piers Finlayson "] description = "A set of utilities for building HTTP microservices" homepage = "https://github.com/packom/httpd-util" documentation = "https://github.com/packom/httpd-util" keywords = ["http", "utils", "openapi", "swagger"] categories = ["api-bindings", "web-programming"] license = "GPL-3.0-or-later" repository = "https://github.com/packom/httpd-util" [dependencies.clap] version = "2" [dependencies.env_logger] version = "0.7" [dependencies.log] version = "0.4" [dependencies.openssl] version = "0.10" [dependencies.pnet] version = "0.26" [dependencies.signal-hook] version = "0.1" [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "packom/httpd-util"