actix-service 0.4.1

Actix Service
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 = "actix-service"
version = "0.4.1"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
exclude = [".gitignore", ".travis.yml", ".cargo/config", "appveyor.yml"]
description = "Actix Service"
homepage = "https://actix.rs"
documentation = "https://docs.rs/actix-service/"
keywords = ["network", "framework", "async", "futures"]
categories = ["network-programming", "asynchronous"]
license = "MIT/Apache-2.0"
repository = "https://github.com/actix/actix-net.git"

[lib]
name = "actix_service"
path = "src/lib.rs"
[dependencies.futures]
version = "0.1.25"
[dev-dependencies.actix-rt]
version = "0.2"
[badges.appveyor]
repository = "actix/actix-net"

[badges.codecov]
branch = "master"
repository = "actix/actix-service"
service = "github"

[badges.travis-ci]
branch = "master"
repository = "actix/actix-service"