ffsend 0.0.3

Easily and securely share files from the command line. A fully featured Firefox Send client.
# 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 = "ffsend"
version = "0.0.3"
authors = ["Tim Visee <https://timvisee.com/>"]
exclude = ["res/*"]
description = "Easily and securely share files from the command line.\nA fully featured Firefox Send client."
homepage = "https://github.com/timvisee/ffsend"
readme = "README.md"
keywords = ["send", "firefox", "cli"]
categories = ["authentication", "command-line-interface", "command-line-utilities", "cryptography", "network-programming"]
license = "GPL-3.0"
repository = "https://github.com/timvisee/ffsend"

[[bin]]
name = "ffsend"
path = "src/main.rs"
[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "2.31"

[dependencies.colored]
version = "1.6"

[dependencies.derive_builder]
version = "0.5"

[dependencies.directories]
version = "0.10"

[dependencies.failure]
version = "0.1"

[dependencies.ffsend-api]
version = "0.0"

[dependencies.fs2]
version = "0.4"

[dependencies.lazy_static]
version = "1.0"

[dependencies.open]
version = "1"

[dependencies.pbr]
version = "1"

[dependencies.prettytable-rs]
version = "0.6"

[dependencies.rpassword]
version = "2.0"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.tar]
version = "0.4"
optional = true

[dependencies.tempfile]
version = "3"

[dependencies.toml]
version = "0.4"

[dependencies.version-compare]
version = "0.0.6"

[features]
archive = ["tar"]
default = ["archive", "clipboard", "history"]
history = []
no-color = ["colored/no-color"]
[target."cfg(not(target_os = \"linux\"))".dependencies.clipboard]
version = "0.4"
optional = true
[badges.travis-ci]
branch = "master"
repository = "timvisee/ffsend"