dsf-client 0.2.0

DSF client library and CLI
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]
edition = "2018"
name = "dsf-client"
version = "0.2.0"
authors = ["ryan <ryan@kurte.nz>"]
description = "DSF client library and CLI"
keywords = ["DSF"]
license = "MPL-2.0"
repository = "https://github.com/dist-svc/dsf-client"
[package.metadata.deb]
assets = [["target/release/dsfc", "/usr/bin/dsfc", "0755"]]
depends = "$auto, openssl"
priority = "optional"

[[bin]]
name = "dsfc"
path = "src/main.rs"
required-features = ["cli"]
[dependencies.async-std]
version = "1.3.0"

[dependencies.async-trait]
version = "0.1.21"

[dependencies.chrono]
version = "0.4.10"
features = ["serde"]

[dependencies.chrono-humanize]
version = "0.0.11"

[dependencies.colored]
version = "1.9.0"

[dependencies.dsf-core]
version = "0.2.0"
features = ["serde", "std"]

[dependencies.dsf-rpc]
version = "0.2.0"

[dependencies.futures]
version = "0.3.1"

[dependencies.futures_codec]
version = "0.4.0"
features = ["json"]

[dependencies.humantime]
version = "2.0.0"
optional = true

[dependencies.log]
version = "0.4.6"
features = ["max_level_trace", "release_max_level_info"]

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

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.44"

[dependencies.simplelog]
version = "0.7.4"
optional = true

[dependencies.structopt]
version = "0.3.5"
optional = true

[dependencies.tracing]
version = "0.1.10"

[dependencies.tracing-futures]
version = "0.2.0"

[dependencies.tui]
version = "0.9.0"
features = ["crossterm"]
default-features = false

[features]
cli = ["structopt", "simplelog", "humantime"]
default = ["cli"]