shoop 0.1.0-alpha

Shoop is a high-speed encrypted file transfer tool reminiscent of scp. It uses SSH to bootstrap authentication and encryption, then uses UDT (a reliable protocol from the 2000s) instead of TCP (a reliable protocol from the 1970s).
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 = "shoop"
version = "0.1.0-alpha"
authors = ["Jake McGinty <me@jake.su>"]
build = "build.rs"
include = ["**/*.rs", "Cargo.toml"]
description = "Shoop is a high-speed encrypted file transfer tool reminiscent of scp. It uses SSH to bootstrap authentication and encryption, then uses UDT (a reliable protocol from the 2000s) instead of TCP (a reliable protocol from the 1970s)."
homepage = "https://github.com/mcginty/shoop"
readme = "README.md"
keywords = ["scp", "transfer", "encrypted", "secure", "file"]
license = "MIT"
repository = "https://github.com/mcginty/shoop"
[profile.release]
lto = true
panic = "abort"

[lib]
name = "shoop"
path = "src/lib.rs"

[[bin]]
name = "shoop"
path = "src/main.rs"
[dependencies.byteorder]
version = "^1.2"

[dependencies.chrono]
version = "0.3"

[dependencies.clap]
version = "^2"

[dependencies.colored]
version = "^1.4"

[dependencies.hex]
version = "^0.2"

[dependencies.lazy_static]
version = "^0.2"

[dependencies.libc]
version = "^0.2"

[dependencies.log]
version = "^0.4"

[dependencies.pbr]
version = "^1.0.0"

[dependencies.ring]
version = "0.13.0-alpha"

[dependencies.udt]
version = "^0.2"

[dependencies.unix-daemonize]
version = "^0.1"
[dev-dependencies.rand]
version = "^0.3"
[build-dependencies.rustc_version]
version = "^0.2"

[features]
nightly = []