doh 0.1.0

D'Oh - Directories Over HTTP
Documentation
# 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 = "doh"
version = "0.1.0"
authors = ["thecoshman <thecoshman@gmail.com>", "nabijaczleweli <nabijaczleweli@gmail.com>"]
description = "D'Oh - Directories Over HTTP"
readme = "README.md"
keywords = ["http", "client", "https", "file", "directory"]
categories = ["network-programming", "web-programming::http-client"]
license = "MIT"
repository = "https://github.com/thecoshman/doh"

[[bin]]
name = "doh"
test = false
doc = false
[dependencies.time]
version = "0.1"

[dependencies.tabwriter]
version = "1.0"

[dependencies.clap]
version = "2.26"

[dependencies.lazy_static]
version = "0.2"

[dependencies.term_size]
version = "0.3"

[dependencies.reqwest]
version = "0.8"

[dependencies.url]
version = "1.5"

[dependencies.getch]
version = "0.2"

[dependencies.itertools]
version = "0.6"

[dependencies.rfsapi]
version = "0.2"
[target."cfg(target_os=\"windows\")".dependencies.kernel32-sys]
version = "0.2"

[target."cfg(target_os=\"windows\")".dependencies.winapi]
version = "0.2"
[target."cfg(not(target_os=\"windows\"))".dependencies.tinyfiledialogs]
version = "3.0"