[go: up one dir, main page]

actix 0.7.3

Actor framework for Rust
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 = "actix"
version = "0.7.3"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
exclude = [".gitignore", ".travis.yml", ".cargo/config", "appveyor.yml"]
description = "Actor framework for Rust"
homepage = "https://actix.rs"
documentation = "https://docs.rs/actix/"
readme = "README.md"
keywords = ["actor", "futures", "actix", "async", "tokio"]
categories = ["network-programming", "asynchronous"]
license = "MIT/Apache-2.0"
repository = "https://github.com/actix/actix.git"
[profile.release]
opt-level = 3
lto = true
codegen-units = 1

[lib]
name = "actix"
path = "src/lib.rs"
[dependencies.actix_derive]
version = "0.3"

[dependencies.bitflags]
version = "1.0"

[dependencies.bytes]
version = "0.4"

[dependencies.crossbeam-channel]
version = "0.2"

[dependencies.failure]
version = "0.1.1"

[dependencies.fnv]
version = "1.0.5"

[dependencies.futures]
version = "0.1"

[dependencies.log]
version = "0.4"

[dependencies.parking_lot]
version = "0.6"

[dependencies.smallvec]
version = "0.6"

[dependencies.tokio]
version = "0.1.7"

[dependencies.tokio-codec]
version = "0.1"

[dependencies.tokio-executor]
version = "0.1"

[dependencies.tokio-io]
version = "0.1"

[dependencies.tokio-reactor]
version = "0.1"

[dependencies.tokio-signal]
version = "0.2"
optional = true

[dependencies.tokio-tcp]
version = "0.1"

[dependencies.tokio-timer]
version = "0.2"

[dependencies.trust-dns-resolver]
version = "0.9"
optional = true

[dependencies.uuid]
version = "0.6"
features = ["v4"]

[features]
default = ["signal", "resolver"]
resolver = ["trust-dns-resolver"]
signal = ["tokio-signal"]
[target."cfg(unix)".dependencies.libc]
version = "0.2"
[badges.appveyor]
repository = "fafhrd91/actix-n9e64"

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

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