# 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 = "line2httppost" version = "0.1.0" description = "Simple HTTP client that POSTs each incoming stdin command line to specified URL, reusing the connection if possible" readme = "README.md" keywords = [ "post", "cli", "lines", "http", ] categories = [ "command-line-utilities", "network-programming", "web-programming::http-client", ] license = "MIT OR Apache-2.0" repository = "https://github.com/vi/line2httppost" [dependencies.anyhow] version = "1.0.66" [dependencies.http] version = "0.2.8" [dependencies.hyper] version = "0.14.20" features = [ "client", "http1", "tcp", "http2", ] [dependencies.hyper-tls] version = "0.5.0" [dependencies.tokio] version = "1.21.2" features = [ "net", "rt", "macros", "time", "io-std", "io-util", ]