spirit-tokio 0.5.2

Tokio helpers for Spirit
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 = "spirit-tokio"
version = "0.5.2"
authors = ["Michal 'vorner' Vaner <vorner@vorner.cz>"]
include = ["Cargo.toml", "README.md", "src/**"]
description = "Tokio helpers for Spirit"
documentation = "https://docs.rs/spirit-tokio"
readme = "README.md"
keywords = ["async", "tokio", "service", "configuration", "spirit"]
categories = ["config", "network-programming"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/vorner/spirit"
[dependencies.either]
version = "~1"
optional = true

[dependencies.failure]
version = "~0.1"

[dependencies.futures]
version = "~0.1"

[dependencies.humantime]
version = "~1"

[dependencies.log]
version = "~0.4"

[dependencies.net2]
version = "~0.2"

[dependencies.parking_lot]
version = "~0.7"

[dependencies.serde]
version = "~1"

[dependencies.serde-humantime]
version = "~0.1"

[dependencies.serde_derive]
version = "~1"

[dependencies.spirit]
version = "~0.3.6"
default-features = false

[dependencies.structdoc]
version = "~0.1"
optional = true

[dependencies.structopt]
version = "~0.2"

[dependencies.tk-listen]
version = "~0.2"

[dependencies.tokio]
version = "~0.1.8"
[dev-dependencies.corona]
version = "~0.4.1"

[dev-dependencies.env_logger]
version = "~0.6"

[dev-dependencies.serde_json]
version = "~1"

[dev-dependencies.version-sync]
version = "~0.7"

[features]
cfg-help = ["spirit/cfg-help", "structdoc"]
default = ["cfg-help"]
[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
repository = "vorner/spirit"