url-tail 0.1.1

Similar to unix-tail utility, but uses Range requests over HTTP to fetch the data. Useful in scenarios where logs are accessible over HTTP for some reason.
# 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 = "url-tail"
version = "0.1.1"
authors = ["paul@colomiets.name"]
description = "    Similar to unix-tail utility, but uses Range requests over HTTP to fetch\n    the data. Useful in scenarios where logs are accessible over HTTP for\n    some reason.\n"
homepage = "https://github.com/tailhook/url-tail"
documentation = "https://github.com/tailhook/url-tail"
readme = "README.md"
keywords = ["url", "fetch", "log", "tail"]
categories = ["command-line-utilities"]
license = "MIT/Apache-2.0"

[[bin]]
name = "url-tail"
[dependencies.abstract-ns]
version = "0.4.1"

[dependencies.argparse]
version = "0.2.1"

[dependencies.env_logger]
version = "0.4.3"

[dependencies.futures]
version = "0.1.16"

[dependencies.futures-cpupool]
version = "0.1.7"

[dependencies.log]
version = "0.3.8"

[dependencies.native-tls]
version = "0.1.4"
optional = true

[dependencies.ns-router]
version = "0.1.1"

[dependencies.ns-std-threaded]
version = "0.3.0"

[dependencies.quick-error]
version = "1.2.0"

[dependencies.rustls]
version = "0.11.0"
optional = true

[dependencies.tk-easyloop]
version = "0.1.1"

[dependencies.tk-http]
version = "0.3.2"

[dependencies.tokio-core]
version = "0.1.10"

[dependencies.tokio-rustls]
version = "0.4.0"
optional = true

[dependencies.tokio-tls]
version = "0.1.3"
optional = true

[dependencies.url]
version = "1.5.1"

[dependencies.webpki-roots]
version = "0.13.0"
optional = true

[features]
default = ["tls_native"]
tls_native = ["native-tls", "tokio-tls"]
tls_rustls = ["rustls", "tokio-rustls", "webpki-roots"]